We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: The patterns given in https://apim.docs.wso2.com/en/3.2.0/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway/#blacklisting-patterns are not correct for JavaScript Injection.
For the JavaScript Injection '<\sscript\b[^>]>[^<]+<\s*/\sscript\s>' should be used.
Same as shown in https://apim.docs.wso2.com/en/4.1.0/deploy-and-publish/deploy-on-gateway/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway/
Affected Product Version: APIM 3.2.0
Related Issues: #7722 wso2/api-manager#2549
The text was updated successfully, but these errors were encountered:
msm1992
Successfully merging a pull request may close this issue.
Description:
The patterns given in https://apim.docs.wso2.com/en/3.2.0/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway/#blacklisting-patterns are not correct for JavaScript Injection.
For the JavaScript Injection '<\sscript\b[^>]>[^<]+<\s*/\sscript\s>' should be used.
Same as shown in https://apim.docs.wso2.com/en/4.1.0/deploy-and-publish/deploy-on-gateway/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway/
Affected Product Version:
APIM 3.2.0
Related Issues:
#7722
wso2/api-manager#2549
The text was updated successfully, but these errors were encountered: