Skip to content

Commit 4967fe0

Browse files
Add change note + update query ID
1 parent 3e6750b commit 4967fe0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

csharp/ql/src/Security Features/CWE-639/InsecureDirectObjectReference.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @problem.severity error
77
* @security-severity 7.5
88
* @precision medium
9-
* @id cs/insecure-direct-object-reference
9+
* @id cs/web/insecure-direct-object-reference
1010
* @tags security
1111
* external/cwe-639
1212
*/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* Added a new query, `cs/web/insecure-direct-object-reference`, to find instances of missing authorization checks for resources selected by an ID parameter.

0 commit comments

Comments
 (0)