Skip to content

Commit 27b99c5

Browse files
committed
Python: Add placeholder precision for py/insecure-cookie
1 parent a902d3d commit 27b99c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/experimental/Security/CWE-614/InsecureCookie.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
* @kind problem
66
* @problem.severity error
77
* @security-severity 5.0
8+
* @precision ???
89
* @id py/insecure-cookie
910
* @tags security
1011
* external/cwe/cwe-614
1112
*/
1213

13-
// determine precision above
14+
// TODO: determine precision above
1415
import python
1516
import semmle.python.dataflow.new.DataFlow
1617
import experimental.semmle.python.Concepts

0 commit comments

Comments
 (0)