Skip to content

Commit a21af8e

Browse files
committed
C++: Address QLDoc alerts.
1 parent d859a91 commit a21af8e

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class XercesDOMParserFlowState extends XXEFlowState {
9191
}
9292

9393
/**
94-
* Flow state transformer for a call to
94+
* A flow state transformer for a call to
9595
* `AbstractDOMParser.setDisableDefaultEntityResolution`. Transforms the flow
9696
* state through the qualifier according to the setting in the parameter.
9797
*/
@@ -124,7 +124,7 @@ class DisableDefaultEntityResolutionTranformer extends XXEFlowStateTranformer {
124124
}
125125

126126
/**
127-
* Flow state transformer for a call to
127+
* A flow state transformer for a call to
128128
* `AbstractDOMParser.setCreateEntityReferenceNodes`. Transforms the flow
129129
* state through the qualifier according to the setting in the parameter.
130130
*/
@@ -171,7 +171,7 @@ class CreateLSParser extends Function {
171171
}
172172

173173
/**
174-
* Configuration for tracking XML objects and their states.
174+
* A configuration for tracking XML objects and their states.
175175
*/
176176
class XXEConfiguration extends DataFlow::Configuration {
177177
XXEConfiguration() { this = "XXEConfiguration" }

0 commit comments

Comments
 (0)