Skip to content

Commit 5a35776

Browse files
committed
Swift: Improve metadata.
1 parent adeef30 commit 5a35776

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

swift/ql/src/queries/Summary/FlowSources.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
* @description List all flow sources found in the database. Flow sources
44
* indicate data that originates from an untrusted source, such
55
* as as untrusted remote data.
6-
* @kind table
6+
* @kind problem
7+
* @problem.severity info
78
* @id swift/summary/flow-sources
9+
* @tags summary
810
*/
911

1012
import swift

swift/ql/src/queries/Summary/SensitiveExprs.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
* Sensitive expressions are expressions that have been
55
* identified as potentially containing data that should not be
66
* leaked to an attacker.
7-
* @kind table
7+
* @kind problem
8+
* @problem.severity info
89
* @id swift/summary/sensitive-expressions
10+
* @tags summary
911
*/
1012

1113
import swift

swift/ql/src/queries/Summary/SummaryStats.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* features interesting to analysis that have been found.
66
* @kind table
77
* @id swift/summary/summary-statistics
8+
* @tags summary
89
*/
910

1011
import swift

0 commit comments

Comments
 (0)