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 6362884 commit 86c8c3cCopy full SHA for 86c8c3c
rust/ql/src/queries/security/CWE-614/InsecureCookie.ql
@@ -3,7 +3,7 @@
3
* @description Omitting the 'Secure' attribute allows data to be transmitted insecurely
4
* using HTTP. Always set 'Secure' to 'true' to ensure that HTTPS
5
* is used at all times.
6
- * @kind problem
+ * @kind path-problem
7
* @problem.severity error
8
* @security-severity 7.5
9
* @precision high
0 commit comments