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):
4040
4141 def printHelp (self ):
4242 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]
4444
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.
4646The files will be placed in `{ self .language } /ql/lib/ext/generated/`.
4747
4848Which models are generated is controlled by the flags:
@@ -56,8 +56,7 @@ def printHelp(self):
5656 --dry-run: Only run the queries, but don't write to file.
5757
5858Example 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
6160$ python3 GenerateFlowModel.py /tmp/dbs/my_library_db --with-sinks
6261
6362Requirements: `codeql` should both appear on your path.
You can’t perform that action at this time.
0 commit comments