🌐 AI搜索 & 代理 主页
Skip to content

Commit b8ccaf3

Browse files
committed
Improve formatting of tags metadata
1 parent fe1c4e2 commit b8ccaf3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go/ql/src/Security/CWE-020/UntrustedDataToExternalAPI.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* @precision low
77
* @problem.severity error
88
* @security-severity 7.8
9-
* @tags security external/cwe/cwe-020
9+
* @tags security
10+
* external/cwe/cwe-020
1011
*/
1112

1213
import go

go/ql/src/Security/CWE-020/UntrustedDataToUnknownExternalAPI.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* @precision low
77
* @problem.severity error
88
* @security-severity 7.8
9-
* @tags security external/cwe/cwe-020
9+
* @tags security
10+
* external/cwe/cwe-020
1011
*/
1112

1213
import go

0 commit comments

Comments
 (0)