You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: