File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/ql/src/experimental/semmle/python Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module RegexExecution {
36
36
}
37
37
38
38
/**
39
- * A data-flow node that collect methods immediately executing an expression.
39
+ * A data-flow node that executes a regular expression.
40
40
*
41
41
* Extend this class to refine existing API models. If you want to model new APIs,
42
42
* extend `RegexExecution::Range` instead.
@@ -54,7 +54,7 @@ class RegexExecution extends DataFlow::Node {
54
54
/** Provides classes for modeling Regular Expression escape-related APIs. */
55
55
module RegexEscape {
56
56
/**
57
- * A data-flow node that collects functions escaping regular expressions .
57
+ * A data-flow node that escapes a regular expression .
58
58
*
59
59
* Extend this class to model new APIs. If you want to refine existing API models,
60
60
* extend `RegexEscape` instead.
@@ -68,7 +68,7 @@ module RegexEscape {
68
68
}
69
69
70
70
/**
71
- * A data-flow node that collects functions escaping regular expressions .
71
+ * A data-flow node that escapes a regular expression .
72
72
*
73
73
* Extend this class to refine existing API models. If you want to model new APIs,
74
74
* extend `RegexEscape::Range` instead.
You can’t perform that action at this time.
0 commit comments