There was an error while loading. Please reload this page.
2 parents d974065 + 1abf16a commit 0fd50a2Copy full SHA for 0fd50a2
1 file changed
vulnerabilities/models.py
@@ -38,6 +38,9 @@ class Vulnerability(models.Model):
38
def __str__(self):
39
return self.summary
40
41
+ class Meta:
42
+ verbose_name_plural = 'Vulnerabilities'
43
+
44
45
class VulnerabilityReference(models.Model):
46
"""
0 commit comments