We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d767b8 + c606121 commit ec31675Copy full SHA for ec31675
misc/scripts/models-as-data/generate_flow_model.py
@@ -167,7 +167,10 @@ def makeContent(self):
167
sourceCsv = ""
168
169
return f"""
170
-/** Definitions of taint steps in the {self.shortname} framework */
+/**
171
+ * THIS FILE IS AN AUTO-GENERATED MODELS AS DATA FILE. DO NOT EDIT.
172
+ * Definitions of taint steps in the {self.shortname} framework.
173
+ */
174
175
import {self.language}
176
private import semmle.code.{self.language}.dataflow.ExternalFlow
0 commit comments