Skip to content

Commit 68a4ea3

Browse files
committed
Rust: New query rust/ctor-initialization (placeholder).
undo
1 parent 4b0b038 commit 68a4ea3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)