We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b5767 commit 0df652bCopy full SHA for 0df652b
rust/ql/lib/codeql/rust/dataflow/FlowSource.qll
@@ -17,7 +17,7 @@
17
* v
18
* various Source classes for specific data flow configurations
19
* ```
20
-
+ *
21
* New sources should be defined using models-as-data or QL extensions of
22
* `FlowSource::Range`. Data flow configurations on the other hand should use
23
* `ActiveThreatModelSource` to match sources enabled in the user
rust/ql/lib/codeql/rust/security/regex/RegexInjectionExtensions.qll
@@ -15,7 +15,7 @@ private import codeql.rust.Concepts
15
*/
16
abstract class RegexInjectionSink extends QuerySink::Range {
override string getSinkType() { result = "RegexInjection" }
- }
+}
/**
* A barrier for regular expression injection vulnerabilities.
0 commit comments