File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/src/Security/CWE/CWE-611 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,10 @@ class DomConfigurationSetParameter extends Function {
250
250
* `DOMConfiguration` pointer returned by `DOMLSParser.getDomConfig` - and it
251
251
* is *that* qualifier we want to transform the flow state of.
252
252
*/
253
- class DOMConfigurationSetParameterTranformer extends XXEFlowStateTranformer {
253
+ class DomConfigurationSetParameterTranformer extends XXEFlowStateTranformer {
254
254
Expr newValue ;
255
255
256
- DOMConfigurationSetParameterTranformer ( ) {
256
+ DomConfigurationSetParameterTranformer ( ) {
257
257
exists ( FunctionCall getDomConfigCall , FunctionCall setParameterCall |
258
258
// this is the qualifier of a call to `DOMLSParser.getDomConfig`.
259
259
getDomConfigCall .getTarget ( ) instanceof GetDomConfig and
You can’t perform that action at this time.
0 commit comments