Fix handling of Defcon 1

Fixes #1397
This commit is contained in:
Joseph Schorr 2016-04-22 13:21:35 -04:00
parent 460ccf2dfd
commit 34a8090328
5 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@ PRIORITY_LEVELS = {
'description': 'Critical is a world-burning problem, exploitable for nearly all people in ' +
'a installation of the package. Includes remote root privilege escalations, ' +
'or massive data loss.',
'banner_required': True
'banner_required': False
},
'Defcon1': {