cbdq-io / testinfra-bdd

An interface between pytest-bdd and pytest-testinfra.
https://pypi.org/project/testinfra-bdd/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add Test for System and Python Packages for Versions Being Greater Than or Equal To #101

Closed dallinb closed 1 month ago

dallinb commented 1 month ago

As a platform engineer, I should be able to test that system packages are greater than or equal to a SemVer, so that I can test against patched vulnerabilities.

As a platform engineer, I should be able to test that python packages are greater than or equal to a SemVer, so that I can test against patched vulnerabilities.