File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/codeql/swift/frameworks/StandardLibrary
test/query-tests/Security/CWE-311 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ private import codeql.swift.dataflow.ExternalFlow
88
99private class SensitiveSources extends SourceModelCsv {
1010 override predicate row ( string row ) {
11- row = ";;false;SecKeyCopyExternalRepresentation(_:_:);;;ReturnValue;sensitive-credential "
11+ row = ";;false;SecKeyCopyExternalRepresentation(_:_:);;;ReturnValue;sensitive-password "
1212 }
1313}
Original file line number Diff line number Diff line change 175175| testURL.swift:73:52:73:67 | call to get_secret_key() | label:get_secret_key, type:credential |
176176| testURL.swift:75:53:75:69 | call to get_cert_string() | label:get_cert_string, type:credential |
177177| testURL.swift:96:51:96:51 | certificate | label:certificate, type:credential |
178- | testURL.swift:104:16:104:57 | call to SecKeyCopyExternalRepresentation(_:_:) | label:credential , type:credential |
178+ | testURL.swift:104:16:104:57 | call to SecKeyCopyExternalRepresentation(_:_:) | label:password , type:password |
You can’t perform that action at this time.
0 commit comments