Fix hardcoded priority
This commit is contained in:
parent
b408cfd2cc
commit
02e2bef943
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def sec_notification():
|
|||
'id': data['Name'],
|
||||
'description': 'Some description',
|
||||
'link': 'https://security-tracker.debian.org/tracker/CVE-FAKE-CVE',
|
||||
'priority': 'Medium',
|
||||
'priority': 'High',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue