# Vulnerability

## Properties

| Name                | Type                                                                                                                                        | Description                                                                        | Notes       |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ----------- |
| **description**     | **str**                                                                                                                                     | A description of the vulnerability as provided by the source.                      |             |
| **recommendations** | **str**                                                                                                                                     | Recommendations for the vulnerability as provided by the source.                   | \[optional] |
| **data\_source**    | [**VulnerabilityDataSource**](https://docs.ionos.com/sections-test/python-sdk/container-registry-python-sdk/models/vulnerabilitydatasource) |                                                                                    |             |
| **fixable**         | **bool**                                                                                                                                    | Indicates whether the vulnerability can be fixed by updating the affected package. |             |
| **affects**         | [**list\[Purl\]**](https://docs.ionos.com/sections-test/python-sdk/container-registry-python-sdk/models/purl)                               |                                                                                    |             |
| **references**      | **list\[str]**                                                                                                                              | Published advisories of the vulnerability if provided.                             | \[optional] |
| **severity**        | **str**                                                                                                                                     | The CVSS vulnerability severity rating                                             |             |
| **score**           | **float**                                                                                                                                   | The CVSS score of the vulnerability                                                |             |
