File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
csharp/ql/lib/ext/generated
java/ql/lib/ext/generated
misc/scripts/models-as-data Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1-
21# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
3- # Definitions of taint steps in the dotnet_runtime framework.
2+ # Definitions of models for the dotnet_runtime framework.
43
54extensions:
65
Original file line number Diff line number Diff line change 1-
21# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
3- # Definitions of taint steps in the org.apache.commons.io framework.
2+ # Definitions of models for the org.apache.commons.io framework.
43
54extensions :
65 - addsTo :
Original file line number Diff line number Diff line change @@ -173,9 +173,8 @@ def makeContent(self):
173173 else :
174174 negativeSummaryAddsTo = ""
175175
176- return f"""
177- # THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
178- # Definitions of taint steps in the { self .friendlyname } framework.
176+ return f"""# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
177+ # Definitions of models for the { self .friendlyname } framework.
179178
180179extensions:
181180{ sinkAddsTo }
You can’t perform that action at this time.
0 commit comments