Skip to content

Commit f27c2f3

Browse files
committed
C++: Fix more capitalization.
1 parent 00f7453 commit f27c2f3

File tree

1 file changed

+2
-2
lines changed
  • cpp/ql/src/Security/CWE/CWE-611

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)