Skip to content

Conversation

stijnpotters1
Copy link
Contributor

@stijnpotters1 stijnpotters1 commented Oct 14, 2025

See #301

@stijnpotters1 stijnpotters1 self-assigned this Oct 14, 2025
@stijnpotters1 stijnpotters1 linked an issue Oct 14, 2025 that may be closed by this pull request
3 tasks
@stijnpotters1 stijnpotters1 marked this pull request as draft October 15, 2025 07:16
@stijnpotters1 stijnpotters1 removed the request for review from evandongen October 15, 2025 07:17
@stijnpotters1 stijnpotters1 changed the title Fixed CVE severity mismatch Fixed CVE severity mismatch and 0 Vulnerabilities scanned in production error Oct 15, 2025
@stijnpotters1 stijnpotters1 changed the title Fixed CVE severity mismatch and 0 Vulnerabilities scanned in production error Improved vulnerability service Oct 15, 2025
@stijnpotters1 stijnpotters1 marked this pull request as ready for review October 15, 2025 09:48
Copy link

@MatthijsSmets MatthijsSmets left a comment

Choose a reason for hiding this comment

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

Een paar kleine dingen, maar ik heb niet genoeg kennis van het project om inhoudelijk te reviewen

@stijnpotters1
Copy link
Contributor Author

Een paar kleine dingen, maar ik heb niet genoeg kennis van het project om inhoudelijk te reviewen

Ik heb een aantal kleine dingen aangepast!

Copy link

@stijnpotters1 stijnpotters1 merged commit 5747f95 into master Oct 15, 2025
5 checks passed
@stijnpotters1 stijnpotters1 deleted the fix/cve-severity-mismatch branch October 15, 2025 12:46
Comment on lines +293 to 298
public void mapSeverityFromString_shouldHandleCaseInsensitiveMatching() {
assertEquals(VulnerabilitySeverity.CRITICAL, vulnerabilityService.mapSeverityFromString("critical"));
assertEquals(VulnerabilitySeverity.CRITICAL, vulnerabilityService.mapSeverityFromString("CRITICAL"));
assertEquals(VulnerabilitySeverity.HIGH, vulnerabilityService.mapSeverityFromString("High"));
assertEquals(VulnerabilitySeverity.MEDIUM, vulnerabilityService.mapSeverityFromString("MeDiUm"));
}

Choose a reason for hiding this comment

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

You could make this a nice parameterized test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix last vulnerability issues

2 participants