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 15d9c19 commit fbf02c2Copy full SHA for fbf02c2
tests/test_model_component.py
@@ -285,7 +285,7 @@ def test_nested_components_2(self) -> None:
285
self.assertEqual(2, len(comp_b.get_all_nested_components(include_self=False)))
286
287
def test_cpe_validation_valid(self) -> None:
288
- cpe = 'cpe:2.3:a:microsoft:internet_explorer:11:*:*:*:*:*:*:*'
+ cpe = 'cpe:2.3:a:python:setuptools:50.3.2:*:*:*:*:*:*:*'
289
c = Component(name='test-component', cpe=cpe)
290
self.assertEqual(c.cpe, cpe)
291
0 commit comments