We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88dfab commit 5a584b7Copy full SHA for 5a584b7
intelmq/lib/upgrades.py
@@ -43,7 +43,7 @@
43
'v322_removed_feeds_and_bots',
44
'v340_deprecations',
45
'v341_blueliv_removal',
46
- 'v342_new_fields'
+ 'v342_new_fields',
47
]
48
49
intelmq/tests/lib/test_upgrades.py
@@ -884,6 +884,8 @@ def test_v342_new_fields(self):
884
self.assertIn("product.vendor", result[2]["event"])
885
self.assertIn("product.version", result[2]["event"])
886
self.assertIn("product.vulnerabilities", result[2]["event"])
887
+ self.assertIn("old-field", result[2]["event"])
888
+ self.assertIn("severity", result[2]["event"])
889
890
891
for name in upgrades.__all__:
0 commit comments