We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
precision
cs/deserialized-delegate
1 parent 30a9078 commit 1fc786bCopy full SHA for 1fc786b
csharp/ql/src/Security Features/CWE-502/DeserializedDelegate.ql
@@ -5,14 +5,11 @@
5
* @kind problem
6
* @id cs/deserialized-delegate
7
* @problem.severity warning
8
+ * @precision high
9
* @tags security
10
* external/cwe/cwe-502
11
*/
12
-/*
13
- * consider: @precision high
14
- */
15
-
16
import csharp
17
import semmle.code.csharp.frameworks.system.linq.Expressions
18
import semmle.code.csharp.serialization.Deserializers
0 commit comments