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.
1 parent 251f875 commit 2edd73eCopy full SHA for 2edd73e
csharp/ql/src/Security Features/CWE-939/InsecureDirectObjectReference.ql renamed to csharp/ql/src/Security Features/CWE-639/InsecureDirectObjectReference.ql
@@ -2,12 +2,13 @@
2
* @name Insecure Direct Object Reference
3
* @description Using user input to control which object is modified without
4
* proper authorization checks allows an attacker to modify arbitrary objects.
5
- * @kind path-problem
+ * @kind problem
6
* @problem.severity error
7
+ * @security-severity 7.5
8
* @precision medium
- * @id cs/insecure-direct0object-reference
9
+ * @id cs/insecure-direct-object-reference
10
* @tags security
- * external/cwe/639
11
+ * external/cwe-639
12
*/
13
14
import csharp
0 commit comments