5GSEC / nimbus

Intent driven security automation framework
Apache License 2.0
25 stars 10 forks source link

(feat): Virtual Patch Intent #232

Closed VedRatan closed 3 months ago

VedRatan commented 4 months ago

Description

This PR introduces a new knoxguard adapter which will be responsible for creating and maintaining multiple policies based on the CVE's discovered as of the container images as specified in the virtual-patch intent-binding. Fixes #100 **Does this PR introduce a breaking change?** ## Checklist - [x] PR title follows the `: ` convention - [ ] I use [conventional commits](https://www.conventionalcommits.org/) in my commit messages - [ ] I have updated the [documentation](../docs) accordingly - [ ] I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged - [ ] I have performed a self-review of my code - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes ## Additional information for reviewer #### Mention if this PR is part of any design or a continuation of previous PRs