mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Java/C#: Correction of autogenerated comment(s) produced by the model generator.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
|
||||
# Definitions of taint steps in the dotnet_runtime framework.
|
||||
# Definitions of models for the dotnet_runtime framework.
|
||||
|
||||
extensions:
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
|
||||
# Definitions of taint steps in the org.apache.commons.io framework.
|
||||
# Definitions of models for the org.apache.commons.io framework.
|
||||
|
||||
extensions:
|
||||
- addsTo:
|
||||
|
||||
@@ -173,9 +173,8 @@ Requirements: `codeql` should both appear on your path.
|
||||
else:
|
||||
negativeSummaryAddsTo = ""
|
||||
|
||||
return f"""
|
||||
# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
|
||||
# Definitions of taint steps in the {self.friendlyname} framework.
|
||||
return f"""# THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
|
||||
# Definitions of models for the {self.friendlyname} framework.
|
||||
|
||||
extensions:
|
||||
{sinkAddsTo}
|
||||
|
||||
Reference in New Issue
Block a user