File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
misc/scripts/models-as-data Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def __init__ (self, language):
38
38
39
39
def printHelp (self ):
40
40
print (f"""Usage:
41
- python3 GenerateFlowModelExtensions .py <library-database> <outputYml> [<friendlyFrameworkName>] [--with-sinks] [--with-sources] [--with-summaries] [--with-typebased-summaries] [--dry-run]
41
+ python3 GenerateFlowModel .py <library-database> <outputYml> [<friendlyFrameworkName>] [--with-sinks] [--with-sources] [--with-summaries] [--with-typebased-summaries] [--dry-run]
42
42
43
43
This generates summary, source and sink models for the code in the database.
44
44
The files will be placed in `{ self .language } /ql/lib/ext/generated/<outputYml>.model.yml` where
@@ -50,15 +50,15 @@ def printHelp(self):
50
50
--with-sources
51
51
--with-summaries
52
52
--with-negative-summaries
53
- --with-typebased-summaries (Experimental - only for C# )
53
+ --with-typebased-summaries (Experimental)
54
54
If none of these flags are specified, all models are generated except for the type based models.
55
55
56
56
--dry-run: Only run the queries, but don't write to file.
57
57
58
58
Example invocations:
59
- $ python3 GenerateFlowModelExtensions .py /tmp/dbs/my_library_db mylibrary
60
- $ python3 GenerateFlowModelExtensions .py /tmp/dbs/my_library_db mylibrary "Friendly Name of Framework"
61
- $ python3 GenerateFlowModelExtensions .py /tmp/dbs/my_library_db --with-sinks
59
+ $ python3 GenerateFlowModel .py /tmp/dbs/my_library_db mylibrary
60
+ $ python3 GenerateFlowModel .py /tmp/dbs/my_library_db mylibrary "Friendly Name of Framework"
61
+ $ python3 GenerateFlowModel .py /tmp/dbs/my_library_db --with-sinks
62
62
63
63
Requirements: `codeql` should both appear on your path.
64
64
""" )
You can’t perform that action at this time.
0 commit comments