зеркало из https://github.com/github/codeql.git
C#: Add `precision` tag to `cs/deserialized-delegate`
This commit is contained in:
Родитель
30a907861b
Коммит
1fc786bea7
|
@ -5,14 +5,11 @@
|
||||||
* @kind problem
|
* @kind problem
|
||||||
* @id cs/deserialized-delegate
|
* @id cs/deserialized-delegate
|
||||||
* @problem.severity warning
|
* @problem.severity warning
|
||||||
|
* @precision high
|
||||||
* @tags security
|
* @tags security
|
||||||
* external/cwe/cwe-502
|
* external/cwe/cwe-502
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* consider: @precision high
|
|
||||||
*/
|
|
||||||
|
|
||||||
import csharp
|
import csharp
|
||||||
import semmle.code.csharp.frameworks.system.linq.Expressions
|
import semmle.code.csharp.frameworks.system.linq.Expressions
|
||||||
import semmle.code.csharp.serialization.Deserializers
|
import semmle.code.csharp.serialization.Deserializers
|
||||||
|
|
Загрузка…
Ссылка в новой задаче