Rust: Autoformat.

This commit is contained in:
Geoffrey White
2025-03-12 16:38:00 +00:00
parent 64b57679bf
commit 0df652b297
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.