mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #15134 from github/alexdenisov/skip-codesign-tracing
Swift: do not trace codesign binary
This commit is contained in:
@@ -119,6 +119,8 @@ function RegisterExtractorPack(id)
|
||||
SwiftMatcher,
|
||||
CreatePatternMatcher({ '^lsregister$' }, MatchCompilerName, nil,
|
||||
{ trace = false }),
|
||||
CreatePatternMatcher({ '^codesign$' }, MatchCompilerName, nil,
|
||||
{ trace = false }),
|
||||
CreatePatternMatcher({ '^sandbox%-exec$' }, MatchCompilerName, nil,
|
||||
{ trace = false }),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user