Skip to content
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

[security] Cross-site Scripting (XSS) #1784

Open
Dimfacion opened this issue Oct 30, 2024 · 1 comment · Fixed by #2136
Open

[security] Cross-site Scripting (XSS) #1784

Dimfacion opened this issue Oct 30, 2024 · 1 comment · Fixed by #2136
Labels
bug use for describing something not working as expected security use to identify issue related to security
Milestone

Comments

@Dimfacion
Copy link
Member

Description

Unsanitized input from the request URL flows into here, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack (XSS).

openbas-api/src/main/java/io/openbas/rest/executor/ExecutorApi.java:197

@Dimfacion Dimfacion added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team security use to identify issue related to security and removed needs triage use to identify issue needing triage from Filigran Product team labels Oct 30, 2024
@EllynBsc EllynBsc added this to the Bugs backlog milestone Oct 30, 2024
@RomuDeuxfois RomuDeuxfois self-assigned this Dec 31, 2024
@RomuDeuxfois RomuDeuxfois added the solved The issue has been solved label Jan 9, 2025
@RomuDeuxfois RomuDeuxfois reopened this Jan 15, 2025
@RomuDeuxfois
Copy link
Member

Need to find a better way to be handled in Snyk side

@RomuDeuxfois RomuDeuxfois removed the solved The issue has been solved label Jan 15, 2025
@RomuDeuxfois RomuDeuxfois removed their assignment Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected security use to identify issue related to security
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants