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
help_text="Precedence indicates the priority of advisory from different datasources. It is determined based on the reliability of the datasource and how close it is to the source.",
@@ -2988,11 +2991,11 @@ class AdvisoryV2(models.Model):
2988
2991
help_text="Weighted severity is the highest value calculated by multiplying each severity by its corresponding weight, divided by 10.",
2989
2992
)
2990
2993
2991
-
# precedence = models.IntegerField(
2992
-
# null=True,
2993
-
# blank=True,
2994
-
#help_text="Precedence indicates the priority level of addressing a vulnerability based on its overall risk",
2995
-
# )
2994
+
precedence=models.IntegerField(
2995
+
null=True,
2996
+
blank=True,
2997
+
help_text="Precedence indicates the priority of advisory from different datasources. It is determined based on the reliability of the datasource and how close it is to the source.",
0 commit comments