File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
swift/ql/src/queries/Summary Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
* @description List all flow sources found in the database. Flow sources
4
4
* indicate data that originates from an untrusted source, such
5
5
* as as untrusted remote data.
6
- * @kind table
6
+ * @kind problem
7
+ * @problem.severity info
7
8
* @id swift/summary/flow-sources
9
+ * @tags summary
8
10
*/
9
11
10
12
import swift
Original file line number Diff line number Diff line change 4
4
* Sensitive expressions are expressions that have been
5
5
* identified as potentially containing data that should not be
6
6
* leaked to an attacker.
7
- * @kind table
7
+ * @kind problem
8
+ * @problem.severity info
8
9
* @id swift/summary/sensitive-expressions
10
+ * @tags summary
9
11
*/
10
12
11
13
import swift
Original file line number Diff line number Diff line change 5
5
* features interesting to analysis that have been found.
6
6
* @kind table
7
7
* @id swift/summary/summary-statistics
8
+ * @tags summary
8
9
*/
9
10
10
11
import swift
You can’t perform that action at this time.
0 commit comments