Skip to content

Commit d34eef8

Browse files
committed
C#: Remove the 'security' tag from some queries
These queries are only tenuously security queries, and marking them as security queries can cause them to have greater prominence than is merited by the results that they report.
1 parent 604ff23 commit d34eef8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

csharp/ql/src/API Abuse/DisposeNotCalledOnException.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* @id cs/dispose-not-called-on-throw
1010
* @tags efficiency
1111
* maintainability
12-
* security
1312
* external/cwe/cwe-404
1413
* external/cwe/cwe-459
1514
* external/cwe/cwe-460

csharp/ql/src/API Abuse/NoDisposeCallOnLocalIDisposable.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* @id cs/local-not-disposed
99
* @tags efficiency
1010
* maintainability
11-
* security
1211
* external/cwe/cwe-404
1312
* external/cwe/cwe-459
1413
* external/cwe/cwe-460

csharp/ql/src/Likely Bugs/PossibleLossOfPrecision.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* @id cs/loss-of-precision
99
* @tags reliability
1010
* correctness
11-
* security
1211
* external/cwe/cwe-190
1312
* external/cwe/cwe-192
1413
* external/cwe/cwe-197

0 commit comments

Comments
 (0)