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 4b0b038 commit 68a4ea3Copy full SHA for 68a4ea3
rust/ql/src/queries/security/CWE-696/BadCtorInitialization.ql
@@ -0,0 +1,16 @@
1
+/**
2
+ * @name Bad 'ctor' initialization
3
+ * @description TODO
4
+ * @kind path-problem
5
+ * @problem.severity error
6
+ * @ security-severity TODO
7
+ * @ precision TODO
8
+ * @id rust/ctor-initialization
9
+ * @tags security
10
+ * external/cwe/cwe-696
11
+ * external/cwe/cwe-665
12
+ */
13
+
14
+import rust
15
16
+select 0
0 commit comments