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

Cross-Site Scripting: Reflected #1211

Closed
QiAnXinCodeSafe opened this issue Mar 5, 2020 · 1 comment · Fixed by #1237
Closed

Cross-Site Scripting: Reflected #1211

QiAnXinCodeSafe opened this issue Mar 5, 2020 · 1 comment · Fixed by #1237

Comments

@QiAnXinCodeSafe
Copy link

public ResponseEntity<String> list(@PathVariable("name") String name) {

Sending unvalidated data to a web browser can result in the browser executing malicious code.

aklish pushed a commit that referenced this issue Mar 20, 2020
@aklish aklish closed this as completed Mar 24, 2020
@aklish
Copy link
Member

aklish commented Mar 24, 2020

Fixed in #1221

aklish added a commit that referenced this issue Mar 26, 2020
Co-authored-by: Aaron Klish <[email protected]>
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 a pull request may close this issue.

2 participants