Update cpp/ql/src/Security/CWE/CWE-611/XXE.ql

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2022-04-29 09:07:25 +01:00
committed by GitHub
parent 33d499c12d
commit 215453e4db

View File

@@ -91,7 +91,7 @@ predicate encodeXercesFlowState(
}
/**
* A flow state representing the configuration of a `AbstractDOMParser` or
* A flow state representing the configuration of an `AbstractDOMParser` or
* `SAXParser` object.
*/
class XercesFlowState extends XXEFlowState {