You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vulnerabilities/migrations/0071_auto_20241007_1044.py
+106Lines changed: 106 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,5 +54,111 @@ class Migration(migrations.Migration):
54
54
]
55
55
56
56
operations= [
57
+
migrations.AlterField(
58
+
model_name="advisory",
59
+
name="created_by",
60
+
field=models.CharField(
61
+
help_text="Fully qualified name of the importer prefixed with themodule name importing the advisory. Eg:vulnerabilities.pipeline.nginx_importer.NginxImporterPipeline",
help_text="Fully qualified name of the improver prefixed with the module name responsible for creating this relation. Eg: vulnerabilities.importers.nginx.NginxBasicImprover",
help_text="Fully qualified name of the improver prefixed with the module name responsible for creating this relation. Eg: vulnerabilities.importers.nginx.NginxBasicImprover",
0 commit comments