Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Add port number to the vulnerability key #238

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

Gonzalo-Avalos-Ribas
Copy link
Contributor

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas commented Sep 27, 2023

Lots of shows are showing huge amount of vulnerabilities as duplicated keys. The key is at least missing the port number.

@@ -244,27 +244,6 @@ export function createVulnerabilityEntity(
): Entity {
const numericPriority = vuln.plugin.vpr && vuln.plugin.vpr.score;
const priority = numericPriority && getPriority(numericPriority);
try {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer necessary. SDK manages this.

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas merged commit c427b55 into main Sep 27, 2023
7 checks passed
@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas deleted the INT-9336-missing-vulnerabilities branch September 27, 2023 18:00
@j1-internal-automation
Copy link
Collaborator

🚀 PR was released in v9.4.2 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants