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 {
250250 * `DOMConfiguration` pointer returned by `DOMLSParser.getDomConfig` - and it
251251 * is *that* qualifier we want to transform the flow state of.
252252 */
253- class DOMConfigurationSetParameterTranformer extends XXEFlowStateTranformer {
253+ class DomConfigurationSetParameterTranformer extends XXEFlowStateTranformer {
254254 Expr newValue ;
255255
256- DOMConfigurationSetParameterTranformer ( ) {
256+ DomConfigurationSetParameterTranformer ( ) {
257257 exists ( FunctionCall getDomConfigCall , FunctionCall setParameterCall |
258258 // this is the qualifier of a call to `DOMLSParser.getDomConfig`.
259259 getDomConfigCall .getTarget ( ) instanceof GetDomConfig and
You can’t perform that action at this time.
0 commit comments