Skip to content

Commit e301223

Browse files
authored
Merge pull request github#14541 from JarLob/patch-3
fix CWE number
2 parents b890887 + 2b541b7 commit e301223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/experimental/CWE-347/ParseJWTWithoutVerification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @id go/parse-jwt-without-verification
77
* @tags security
88
* experimental
9-
* external/cwe/cwe-321
9+
* external/cwe/cwe-347
1010
*/
1111

1212
import go

0 commit comments

Comments
 (0)