File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/src/Security/CWE/CWE-611 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class XercesDOMParserFlowState extends XXEFlowState {
91
91
}
92
92
93
93
/**
94
- * Flow state transformer for a call to
94
+ * A flow state transformer for a call to
95
95
* `AbstractDOMParser.setDisableDefaultEntityResolution`. Transforms the flow
96
96
* state through the qualifier according to the setting in the parameter.
97
97
*/
@@ -124,7 +124,7 @@ class DisableDefaultEntityResolutionTranformer extends XXEFlowStateTranformer {
124
124
}
125
125
126
126
/**
127
- * Flow state transformer for a call to
127
+ * A flow state transformer for a call to
128
128
* `AbstractDOMParser.setCreateEntityReferenceNodes`. Transforms the flow
129
129
* state through the qualifier according to the setting in the parameter.
130
130
*/
@@ -171,7 +171,7 @@ class CreateLSParser extends Function {
171
171
}
172
172
173
173
/**
174
- * Configuration for tracking XML objects and their states.
174
+ * A configuration for tracking XML objects and their states.
175
175
*/
176
176
class XXEConfiguration extends DataFlow:: Configuration {
177
177
XXEConfiguration ( ) { this = "XXEConfiguration" }
You can’t perform that action at this time.
0 commit comments