Merge pull request #13359 from jorgectf/jorgectf/unsafe-deserialization-name-convention

Python: Make `py/unsafe-deserialization` `@name` consistent with other languages
This commit is contained in:
Rasmus Wriedt Larsen
2023-06-06 11:28:41 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/**
* @name Deserializing untrusted input
* @name Deserialization of user-controlled data
* @description Deserializing user-controlled data may allow attackers to execute arbitrary code.
* @kind path-problem
* @id py/unsafe-deserialization

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* The display name (`@name`) of the `py/unsafe-deserialization` query has been updated in favor of consistency with other languages.