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.
py/insecure-cookie
1 parent a902d3d commit 27b99c5Copy full SHA for 27b99c5
python/ql/src/experimental/Security/CWE-614/InsecureCookie.ql
@@ -5,12 +5,13 @@
5
* @kind problem
6
* @problem.severity error
7
* @security-severity 5.0
8
+ * @precision ???
9
* @id py/insecure-cookie
10
* @tags security
11
* external/cwe/cwe-614
12
*/
13
-// determine precision above
14
+// TODO: determine precision above
15
import python
16
import semmle.python.dataflow.new.DataFlow
17
import experimental.semmle.python.Concepts
0 commit comments