Skip to content

Commit 86c8c3c

Browse files
committed
Rust: Fix warning by making the query a path-problem.
1 parent 6362884 commit 86c8c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/security/CWE-614/InsecureCookie.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @description Omitting the 'Secure' attribute allows data to be transmitted insecurely
44
* using HTTP. Always set 'Secure' to 'true' to ensure that HTTPS
55
* is used at all times.
6-
* @kind problem
6+
* @kind path-problem
77
* @problem.severity error
88
* @security-severity 7.5
99
* @precision high

0 commit comments

Comments
 (0)