mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Shared, rust: Add option to disable reads steps as taint steps in model generator
This commit is contained in:
@@ -113,6 +113,8 @@ module ModelGeneratorCommonInput implements
|
||||
c.(SingletonContentSet).getContent() instanceof ElementContent
|
||||
}
|
||||
|
||||
predicate applyReadStepsAsTaintSteps() { none() }
|
||||
|
||||
string partialModelRow(Callable api, int i) { i = 0 and result = api.getCanonicalPath() }
|
||||
|
||||
string partialNeutralModelRow(Callable api, int i) { result = partialModelRow(api, i) }
|
||||
|
||||
Reference in New Issue
Block a user