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/unsafe-deserialization
1 parent 219ec9d commit 5608082Copy full SHA for 5608082
python/ql/src/Security/CWE-502/UnsafeDeserialization.ql
@@ -1,5 +1,5 @@
1
/**
2
- * @name Deserializing untrusted input
+ * @name Deserialization of user-controlled data
3
* @description Deserializing user-controlled data may allow attackers to execute arbitrary code.
4
* @kind path-problem
5
* @id py/unsafe-deserialization
0 commit comments