mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C#/Java: Rename Negative Summary Model to Neutral Model in conversion and generator tooling.
This commit is contained in:
@@ -37,7 +37,7 @@ def regenerateModel(lgtmSlug, extractedDb):
|
||||
modelFile = lgtmSlugToModelFile[lgtmSlug]
|
||||
codeQlRoot = findGitRoot()
|
||||
subprocess.check_call([codeQlRoot + "/java/ql/src/utils/model-generator/GenerateFlowModel.py",
|
||||
"--with-summaries", "--with-sinks", "--with-negative-summaries",
|
||||
"--with-summaries", "--with-sinks", "--with-neutrals",
|
||||
extractedDb, modelFile])
|
||||
print("Regenerated " + modelFile)
|
||||
shutil.rmtree(tmpDir)
|
||||
|
||||
Reference in New Issue
Block a user