We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc112e commit e9deec7Copy full SHA for e9deec7
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/RawRepresentable.qll
@@ -12,10 +12,11 @@ private import codeql.swift.dataflow.FlowSteps
12
*/
13
private class RawRepresentableSummaries extends SummaryModelCsv {
14
override predicate row(string row) {
15
- row = [
16
- ";RawRepresentable;true;init(rawValue:);;;Argument[0];ReturnValue;taint",
17
- ";OptionSet;true;init(rawValue:);;;Argument[0];ReturnValue;taint"
18
- ]
+ row =
+ [
+ ";RawRepresentable;true;init(rawValue:);;;Argument[0];ReturnValue;taint",
+ ";OptionSet;true;init(rawValue:);;;Argument[0];ReturnValue;taint"
19
+ ]
20
}
21
22
0 commit comments