Skip to content

Commit 52dd1f4

Browse files
authored
Merge pull request github#12260 from yoff/python/fix-precision-usafe-unpack
python: Lower precision as discussed
2 parents 658cc33 + 9e97877 commit 52dd1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/Security/CWE-022bis/UnsafeUnpack.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @id py/unsafe-unpacking
99
* @problem.severity error
1010
* @security-severity 7.5
11-
* @precision high
11+
* @precision medium
1212
* @tags security
1313
* experimental
1414
* external/cwe/cwe-022

0 commit comments

Comments
 (0)