Skip to content

Adding new content#6

Open
thavelock wants to merge 1 commit into
mainfrom
feature/SCC-18
Open

Adding new content#6
thavelock wants to merge 1 commit into
mainfrom
feature/SCC-18

Conversation

@thavelock
Copy link
Copy Markdown
Contributor

New Content

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Mar 10, 2026

Snyk checks have failed. 1 issues have been found so far.

Status Scanner Critical High Medium Low Total (1)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 1 0 0 1 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Comment thread WebContent/search.jsp
<p>No results were found for the query:<br /><br />

<%= query %>
<%= id %>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  Cross-site Scripting (XSS)

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

Line 46 | CWE-79 | Priority score 900 | Learn more about this vulnerability
Data flow: 5 steps

Step 1 - 3

String id = request.getParameter("id");

Step 4 - 5

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.

1 participant