We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f6878 commit e978dbdCopy full SHA for e978dbd
src/olympia/scanners/models.py
@@ -359,7 +359,6 @@ class ScannerResult(AbstractScannerResult):
359
matched_rules = models.ManyToManyField(
360
'ScannerRule', through='ScannerMatch', related_name='results'
361
)
362
- model_version = models.CharField(max_length=30, null=True)
363
has_matches = models.BooleanField(null=True)
364
365
class Meta(AbstractScannerResult.Meta):
0 commit comments