File tree Expand file tree Collapse file tree
java/ql/src/utils/model-generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212def printHelp ():
1313 print ("""Usage:
14- GenerateFlowModel.py <library-database> <outputQll> [--with-sinks] [--with-sources] [--with-summaries]
14+ python3 GenerateFlowModel.py <library-database> <outputQll> [--with-sinks] [--with-sources] [--with-summaries]
1515
1616This generates summary, source and sink models for the code in the database.
1717The files will be placed in `java/ql/lib/semmle/code/java/frameworks/<outputQll>` where
@@ -25,8 +25,8 @@ def printHelp():
2525If none of these flags are specified, all models are generated.
2626
2727Example invocations:
28- $ GenerateFlowModel.py /tmp/dbs/apache_commons-codec_45649c8 "apache/Codec.qll"
29- $ GenerateFlowModel.py /tmp/dbs/jdk15_db "javase/jdk_sinks.qll" --with-sinks
28+ $ python3 GenerateFlowModel.py /tmp/dbs/apache_commons-codec_45649c8 "apache/Codec.qll"
29+ $ python3 GenerateFlowModel.py /tmp/dbs/jdk15_db "javase/jdk_sinks.qll" --with-sinks
3030
3131Requirements: `codeql` should both appear on your path.
3232""" )
You can’t perform that action at this time.
0 commit comments