# Vulnerability

## Properties

| Name                | Type                                                                                                                                        | Description                                                                        | Notes                               |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------- |
| **description**     | **string**                                                                                                                                  | A description of the vulnerability as provided by the source.                      | \[default to undefined]             |
| **recommendations** | **string**                                                                                                                                  | Recommendations for the vulnerability as provided by the source.                   | \[optional] \[default to undefined] |
| **dataSource**      | [**VulnerabilityDataSource**](https://docs.ionos.com/sections-test/nodejs-sdk/container-registry-nodejs-sdk/models/vulnerabilitydatasource) |                                                                                    | \[default to undefined]             |
| **fixable**         | **boolean**                                                                                                                                 | Indicates whether the vulnerability can be fixed by updating the affected package. | \[default to undefined]             |
| **affects**         | [**Array\<Purl>**](https://docs.ionos.com/sections-test/nodejs-sdk/container-registry-nodejs-sdk/models/purl)                               |                                                                                    | \[default to undefined]             |
| **references**      | **Array\<string>**                                                                                                                          | Published advisories of the vulnerability if provided.                             | \[optional] \[default to undefined] |
| **severity**        | **string**                                                                                                                                  | The CVSS vulnerability severity rating                                             | \[default to undefined]             |
| **score**           | **number**                                                                                                                                  | The CVSS score of the vulnerability                                                | \[default to undefined]             |
