Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce isLatest project flag & allow policies to be limited to latest version #4184

Merged

Fix unit tests which relied on fixed bug

3c643c9
Select commit
Loading
Failed to load commit list.
Merged

Introduce isLatest project flag & allow policies to be limited to latest version #4184

Fix unit tests which relied on fixed bug
3c643c9
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Sep 28, 2024 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check warning on line 147 in src/main/java/org/dependencytrack/model/Policy.java

See this annotation in the file changed.

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

src/main/java/org/dependencytrack/model/Policy.java#L147

Avoid using redundant field initializer for 'onlyLatestProjectVersion'

Check warning on line 278 in src/main/java/org/dependencytrack/model/Project.java

See this annotation in the file changed.

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

src/main/java/org/dependencytrack/model/Project.java#L278

Avoid using redundant field initializer for 'isLatest'