Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f7453 commit f27c2f3Copy full SHA for f27c2f3
1 file changed
cpp/ql/src/Security/CWE/CWE-611/XXE.ql
@@ -250,10 +250,10 @@ class DomConfigurationSetParameter extends Function {
250
* `DOMConfiguration` pointer returned by `DOMLSParser.getDomConfig` - and it
251
* is *that* qualifier we want to transform the flow state of.
252
*/
253
-class DOMConfigurationSetParameterTranformer extends XXEFlowStateTranformer {
+class DomConfigurationSetParameterTranformer extends XXEFlowStateTranformer {
254
Expr newValue;
255
256
- DOMConfigurationSetParameterTranformer() {
+ DomConfigurationSetParameterTranformer() {
257
exists(FunctionCall getDomConfigCall, FunctionCall setParameterCall |
258
// this is the qualifier of a call to `DOMLSParser.getDomConfig`.
259
getDomConfigCall.getTarget() instanceof GetDomConfig and
0 commit comments