mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: ignore sandbox-exec
This commit is contained in:
@@ -82,6 +82,8 @@ function RegisterExtractorPack(id)
|
|||||||
SwiftMatcher,
|
SwiftMatcher,
|
||||||
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
|
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
|
||||||
{trace = false}),
|
{trace = false}),
|
||||||
|
CreatePatternMatcher({'^sandbox%-exec$'}, MatchCompilerName, nil,
|
||||||
|
{trace = false}),
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user