File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
misc/scripts/models-as-data Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ def __init__ (self, language):
40
40
41
41
def printHelp (self ):
42
42
print (f"""Usage:
43
- python3 GenerateFlowModel.py <library-database> [--with-sinks] [--with-sources] [--with-summaries] [--with-typebased-summaries] [--dry-run]
43
+ python3 GenerateFlowModel.py <library-database> [--with-sinks] [--with-sources] [--with-summaries] [--with-neutrals] [--with- typebased-summaries] [--dry-run]
44
44
45
- This generates summary, source and sink models for the code in the database.
45
+ This generates summary, source, sink and neutral models for the code in the database.
46
46
The files will be placed in `{ self .language } /ql/lib/ext/generated/`.
47
47
48
48
Which models are generated is controlled by the flags:
@@ -56,8 +56,7 @@ def printHelp(self):
56
56
--dry-run: Only run the queries, but don't write to file.
57
57
58
58
Example invocations:
59
- $ python3 GenerateFlowModel.py /tmp/dbs/my_library_db mylibrary
60
- $ python3 GenerateFlowModel.py /tmp/dbs/my_library_db mylibrary
59
+ $ python3 GenerateFlowModel.py /tmp/dbs/my_library_db
61
60
$ python3 GenerateFlowModel.py /tmp/dbs/my_library_db --with-sinks
62
61
63
62
Requirements: `codeql` should both appear on your path.
You can’t perform that action at this time.
0 commit comments