Skip to content

Regular Expression Injection vulnerability fix (powered by Mobb)#59

Open
eitanMobb wants to merge 1 commit into
masterfrom
Mobb-fix-74f8f4ca8a
Open

Regular Expression Injection vulnerability fix (powered by Mobb)#59
eitanMobb wants to merge 1 commit into
masterfrom
Mobb-fix-74f8f4ca8a

Conversation

@eitanMobb

Copy link
Copy Markdown
Owner

This change fixes a high severity (🚩) Regular Expression Injection issue reported by Snyk.

Issue description

Regex Injection occurs when attackers manipulate regular expressions to perform unintended actions or bypass security controls. This can lead to security vulnerabilities such as denial of service or injection attacks.

Fix instructions

Avoid constructing regular expressions from user-supplied input whenever possible. If dynamic regular expressions are necessary, input should be properly validated and sanitized to prevent injection attacks.

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