Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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