Skip to content

Issue #4249 - Fix CWE-79: Cross-Site Scripting #4299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Yummikko
Copy link
Contributor

CWE description

Cross Site Scripting (XSS) vulnerability occurs when an application either does not perform or it performs incorrect neutralization (sanitization) of input data that is included in a web application response. As the result, an attacker is able to inject and execute arbitrary HTML and script code in a user's browser within the context of the vulnerable website. These attacks are often used to steal authentication credentials (e.g. session IDs in cookies). Depending on the vulnerability and the web application, it is also possible to completely alter the web page itself or control the victim's browser

A sensitive sink function was discovered in line 1167 of the file agreementbot/api.go. It causes a High severity Cross-Site Scripting vulnerability.

Fixes 4249

@Yummikko Yummikko marked this pull request as draft March 27, 2025 11:12
@Yummikko Yummikko marked this pull request as ready for review March 27, 2025 11:13
Signed-off-by: Aleksandra Chyla <[email protected]>
@Yummikko Yummikko force-pushed the fix_4249_cross_site_scripting branch from 721cb80 to 6a51e8a Compare March 27, 2025 11:14
@Yummikko Yummikko marked this pull request as draft March 27, 2025 12:43
Yummikko added 2 commits April 3, 2025 02:46
Signed-off-by: Aleksandra Chyla <[email protected]>
Signed-off-by: Aleksandra Chyla <[email protected]>
@Yummikko Yummikko force-pushed the fix_4249_cross_site_scripting branch from 439c323 to ff5ebeb Compare April 8, 2025 09:25
@Yummikko Yummikko closed this Jun 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CWE-79: Cross-Site Scripting
1 participant