Skip to content

added parser for grype report

ci.jenkins.io / SpotBugs failed Jul 26, 2023 in 0s

2 new issues, 8 total

Total New Outstanding Fixed Trend
8 2 6 0 👎

Reference build: Plugins » analysis-model » master #1624

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 2

Annotations

Check warning on line 53 in src/main/java/edu/hm/hafner/analysis/parser/GrypeParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

DM_CONVERT_CASE

LOW:
Use of non-localized String.toUpperCase() or String.toLowerCase() in edu.hm.hafner.analysis.parser.GrypeParser.mapSeverity(String)
Raw output
<p> A String is being converted to upper or lowercase, using the platform's default encoding. This may result in improper conversions when used with international characters. Use the </p> <ul> <li>String.toUpperCase( Locale l )</li> <li>String.toLowerCase( Locale l )</li> </ul> <p>versions instead.</p>

Check warning on line 53 in src/main/java/edu/hm/hafner/analysis/parser/GrypeParser.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / SpotBugs

IMPROPER_UNICODE

LOW:
Improper handling of Unicode transformations such as case mapping and normalization.
Raw output
no message found