Skip to content

Commit

Permalink
vulnerability-profile (#20)
Browse files Browse the repository at this point in the history
* Add support for vulnerability protection profiles

Introduced models and configuration for managing vulnerability protection profiles within the Strata Cloud Manager API. This includes the ability to create, retrieve, update, delete, and list profiles and their related rules and exceptions.

* Add tests for AddressRequestModel validation and vulnerability protection profiles

This commit introduces new tests for AddressRequestModel, focusing on address type validation. Additionally, it adds comprehensive tests for vulnerability protection profile functionalities, including creation, retrieval, updating, deletion, and validations.

* Remove redundant address type validation method

The address type validation logic is no longer necessary due to recent model changes. This commit removes the obsolete `validate_address_type` method from the `AddressRequestModel` to clean up the codebase.

* Add Vulnerability Protection Profile documentation

Add comprehensive documentation for the Vulnerability Protection Profile, including configuration objects, data models, and usage examples. Updated `mkdocs.yml` to include new profile entries under the Security Services category.

* Release version 0.1.11

Update release notes and version number to reflect the addition of Vulnerability Protection Profiles. This includes updating the release date and relevant changes in the documentation.
  • Loading branch information
cdot65 authored Oct 18, 2024
1 parent cc91b1b commit d573fef
Show file tree
Hide file tree
Showing 14 changed files with 2,334 additions and 22 deletions.
10 changes: 10 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ enhancements, and fixes in each version of the tool.

---

## Version 0.1.11

**Release Date:** October 18, 2024

### Adding Vulnerability Protection Profiles

- **New Configuration**: Added support for Vulnerability Protection Profiles.

---

## Version 0.1.10

**Release Date:** October 18, 2024
Expand Down
Loading

0 comments on commit d573fef

Please sign in to comment.