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 cba1c58 commit 39239fbCopy full SHA for 39239fb
rust/ql/lib/codeql/rust/security/SqlInjectionExtensions.qll
@@ -51,8 +51,6 @@ module SqlInjection {
51
52
/** A sink for sql-injection from model data. */
53
private class ModelsAsDataSinks extends Sink {
54
- ModelsAsDataSinks() {
55
- sinkNode(this, "sql-injection")
56
- }
+ ModelsAsDataSinks() { sinkNode(this, "sql-injection") }
57
}
58
0 commit comments