Skip to content

XSS vulnerability fix (powered by Mobb)#160

Open
lior-mobb wants to merge 1 commit intomasterfrom
Mobb-fix-08013d5f95-137
Open

XSS vulnerability fix (powered by Mobb)#160
lior-mobb wants to merge 1 commit intomasterfrom
Mobb-fix-08013d5f95-137

Conversation

@lior-mobb
Copy link
Owner

This change fixes a high severity (🚩) XSS issue reported by Snyk.

Issue description

Cross-Site Scripting (XSS) allows attackers to inject malicious scripts into web pages viewed by other users. This can lead to theft of session cookies, redirection to malicious websites, or defacement of the webpage.

Fix instructions

Implement input validation and output encoding. This includes sanitizing user input and escaping special characters to prevent execution of injected scripts.

Additional actions required

We use spring-web package in the fix. Please make sure you add the latest spring-web to your pom file.

More info and fix customization are available in the Mobb platform

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