Skip to content

Commit

Permalink
fix: fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe13 committed Jan 15, 2025
1 parent 7373899 commit c581ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static String sanitizePurl(String purl) {
return parsedPurl.canonicalize();
} catch (MalformedPackageURLException e) {
// If parsing fails, proceed to manual sanitization
log.error("Malformed PURL detected, attempting to sanitize: {}", purl, e.getMessage());
log.error("Malformed PURL detected, attempting to sanitize: {}", purl);
}

// Manually parse and sanitize the PURL components
Expand Down

0 comments on commit c581ab9

Please sign in to comment.