Skip to content

Commit 995a819

Browse files
authored
Merge pull request github#6635 from github/RasmusWL/fix-csharp-cwe-tag
C#: Fix CWE tag for `cs/insufficient-key-size`
2 parents 3d4db42 + 8f52089 commit 995a819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/Security Features/InsufficientKeySize.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @precision high
88
* @id cs/insufficient-key-size
99
* @tags security
10-
* external/cwe/cwe-327
10+
* external/cwe/cwe-326
1111
*/
1212

1313
import csharp

0 commit comments

Comments
 (0)