# vulnerability ## Get suppressed vulnerabilities - [GET /vulnerability/suppress](https://codeinsightapi.redocly.app/swagger/vulnerability/getsuppressedvulnerability.md): Get suppressed vulnerabilities based on componentId/vulnerabilityName or both, either of them is mandatory.Only the system administrator has the permission to do this operation. ## Suppress vulnerability - [POST /vulnerability/suppress](https://codeinsightapi.redocly.app/swagger/vulnerability/suppressvulnerability.md): Suppress vulnerability for component version(s). System administrator only has permission for global suppression, while Developer/Security contact have permission for project-specific suppression.Note: For GLOBAL level suppression, providing suppression details is not necessary. These details are only required for PROJECT level suppression and will be ignored if provided in the GLOBAL scope. - The default value for the Suppression Scope will be considered GLOBAL if left empty. ## Get vulnerability suppress details - [GET /vulnerability/suppress/details](https://codeinsightapi.redocly.app/swagger/vulnerability/getsuppressedvulnerabilitydetails.md): Get vulnerability suppress details. Provide suppressId/versionId or both as inputs, either of them is mandatory.Only the system administrator has the permission to do this operation. ## UnSuppress vulnerability - [POST /vulnerability/unSuppress](https://codeinsightapi.redocly.app/swagger/vulnerability/unsuppressvulnerability.md): UnSuppress a vulnerability for given component versions. System administrator only has permission for Global un-suppression, while Developer/Security contact have permission for Project-specific un-suppression.Note: If a project ID is provided, the un-suppression occurs at the PROJECT level, otherwise, it happens at the GLOBAL level.