File tree Expand file tree Collapse file tree
cpp/ql/src/Security/CWE/CWE-611 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
176176class XXEConfiguration extends DataFlow:: Configuration {
177177 XXEConfiguration ( ) { this = "XXEConfiguration" }
You can’t perform that action at this time.
0 commit comments