Skip to content

Conversation

erik-krogh
Copy link
Contributor

@erik-krogh erik-krogh commented Feb 4, 2021

The parsers added to the model are not vulnerable to XML-entity expansion (I tried).

But they have taint-steps.
I have not added taint-steps for the parsers that return a instance of some Document class, because it's only by calling e.g. .getText() on that class that you get a tainted value. (See libxmljs for library that behaves like that).

An evaluation looks ok.

@erik-krogh erik-krogh added the Awaiting evaluation Do not merge yet, this PR is waiting for an evaluation to finish label Feb 4, 2021
@erik-krogh erik-krogh removed the Awaiting evaluation Do not merge yet, this PR is waiting for an evaluation to finish label Feb 10, 2021
@erik-krogh erik-krogh marked this pull request as ready for review February 10, 2021 13:14
@erik-krogh erik-krogh requested a review from a team as a code owner February 10, 2021 13:14
Copy link
Contributor

@asgerf asgerf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a bit of grammar nitpicking in the change note, otherwise LGTM

Co-authored-by: Asger F <asgerf@github.com>
@codeql-ci codeql-ci merged commit 179a7a8 into github:main Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants