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 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
1012import swift
Original file line number Diff line number Diff line change 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
1113import swift
Original file line number Diff line number Diff line change 55 * features interesting to analysis that have been found.
66 * @kind table
77 * @id swift/summary/summary-statistics
8+ * @tags summary
89 */
910
1011import swift
You can’t perform that action at this time.
0 commit comments