mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
Rust: Autoformat.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* v
|
||||
* various Source classes for specific data flow configurations
|
||||
* ```
|
||||
|
||||
*
|
||||
* New sources should be defined using models-as-data or QL extensions of
|
||||
* `FlowSource::Range`. Data flow configurations on the other hand should use
|
||||
* `ActiveThreatModelSource` to match sources enabled in the user
|
||||
|
||||
@@ -15,7 +15,7 @@ private import codeql.rust.Concepts
|
||||
*/
|
||||
abstract class RegexInjectionSink extends QuerySink::Range {
|
||||
override string getSinkType() { result = "RegexInjection" }
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A barrier for regular expression injection vulnerabilities.
|
||||
|
||||
Reference in New Issue
Block a user