Skip to content

Remove unused API v2 endpoints add more spectral rules

8e457cd
Select commit
Loading
Failed to load commit list.
Merged

Remove unused API v2 endpoints add more spectral rules #1988

Remove unused API v2 endpoints add more spectral rules
8e457cd
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Apr 16, 2026 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 26 in api/src/main/spectral/functions/response-conventions.js

See this annotation in the file changed.

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

api/src/main/spectral/functions/response-conventions.js#L26

Unnecessary block.

Check notice on line 41 in api/src/main/spectral/functions/response-conventions.js

See this annotation in the file changed.

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

api/src/main/spectral/functions/response-conventions.js#L41

Unnecessary block.

Check notice on line 47 in api/src/main/spectral/functions/response-conventions.js

See this annotation in the file changed.

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

api/src/main/spectral/functions/response-conventions.js#L47

Unnecessary block.

Check notice on line 56 in api/src/main/spectral/functions/response-conventions.js

See this annotation in the file changed.

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

api/src/main/spectral/functions/response-conventions.js#L56

Unnecessary block.

Check notice on line 303 in apiserver/src/test/java/org/dependencytrack/resources/v2/AdvisoriesResourceTest.java

See this annotation in the file changed.

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

apiserver/src/test/java/org/dependencytrack/resources/v2/AdvisoriesResourceTest.java#L303

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