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="Exploitability refers to the potential or probability of a software package vulnerability being \n exploited by malicious actors to compromise systems, applications, or networks. \n It is determined automatically by the discovery of exploits.",
19
+
max_digits=4,
20
+
null=True,
21
+
),
22
+
),
23
+
migrations.AddField(
24
+
model_name="vulnerability",
25
+
name="weighted_severity",
26
+
field=models.DecimalField(
27
+
decimal_places=2,
28
+
help_text="Weighted Severity is the maximum value obtained when each Severity is multiplied by its associated Weight/10.",
0 commit comments