Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants