-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
5.3.10 need more beef #1556
Comments
it's quite close to 5.3.1. One option is to put XML to the list there.
|
Some ideas:
So, maybe we need to kind of split the requirement and have separate way for XPath injection with parameterized or encoded and sanitized recommendations? |
The issue requires outcome from #1589 |
Ok so I think XML injection should be covered by the current 5.3.1 text:
As such, I propose we focus this down to XPath injection:
|
Yes, it is aligned with my idea (#1556 (comment)). Just no slahes to 5.3.1. |
I suggest dropping "or sanitization if there is no other alternative" - we do not want to encourage it and it's not necessary. |
5.3.10 does not explain the "how". Perhaps change:
5.3.10 | Verify that the application protects against XPath injection or XML injection attacks. (C4) | ✓ | ✓ | ✓ | 643
to:
5.3.10 | Verify that the application protects against XPath injection or XML injection attacks with XML-specific encoding. (C4) | ✓ | ✓ | ✓ | 643
The text was updated successfully, but these errors were encountered: