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 68354c0 commit 32c113bCopy full SHA for 32c113b
swift/ql/test/query-tests/Security/CWE-022/testPathInjection.swift
@@ -43,8 +43,8 @@ class NSString {
43
44
var utf8String: UnsafePointer<CChar>? { get { return nil } }
45
}
46
-
47
-class Data {
+protocol DataProtocol { }
+class Data : DataProtocol {
48
struct ReadingOptions : OptionSet { let rawValue: Int }
49
struct WritingOptions : OptionSet { let rawValue: Int }
50
0 commit comments