Skip to content

fix: address CI failures in rating source tracking

ad2c4a5
Select commit
Loading
Failed to load commit list.
Open

Add rating source tracking for context-aware OWASP scores #1928

fix: address CI failures in rating source tracking
ad2c4a5
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Apr 8, 2026 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 41 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L41

The JUnit 5 test method name 'testCanOverwrite_PolicyOverwritesAll' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 51 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L51

The JUnit 5 test method name 'testCanOverwrite_VexOverwritesManualAndNvd' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 63 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L63

The JUnit 5 test method name 'testCanOverwrite_ManualOverwritesOnlyNvd' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 75 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L75

The JUnit 5 test method name 'testCanOverwrite_NvdOverwritesOnlyItself' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 87 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L87

The JUnit 5 test method name 'testCanOverwrite_NullSource' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 96 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L96

The JUnit 5 test method name 'testRealWorldScenario_PolicyEnforcesStandards' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 105 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L105

The JUnit 5 test method name 'testRealWorldScenario_VexOverridesManual' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 114 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L114

The JUnit 5 test method name 'testRealWorldScenario_PolicyNotOverwritableByManual' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 123 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L123

The JUnit 5 test method name 'testRealWorldScenario_VexUpdatesVex' doesn't match '[a-z][a-zA-Z0-9]*'

Check notice on line 132 in apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/src/test/java/org/dependencytrack/model/RatingSourceTest.java#L132

The JUnit 5 test method name 'testRealWorldScenario_PolicyCanBeUpdated' doesn't match '[a-z][a-zA-Z0-9]*'