-
Couldn't load subscription status.
- Fork 45
#103: create java resemblance for security.json #1183
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
Conversation
Pull Request Test Coverage Report for Build 14172089567Details
💛 - Coveralls |
|
Please add the ticket ID to your commits, so they are properly linked to the issue later. |
cli/src/main/java/com/devonfw/tools/ide/url/model/folder/UrlEdition.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/url/model/file/UrlSecurityFile.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KianRolf thanks for your PR. You did a great job and perfectly understood the task to implement here. Nice that you even added the ability to have security.json for all editions of a tool 👍
I left some review comments for further improvements.
Please have a look and once resolved we merge this PR.
cli/src/main/java/com/devonfw/tools/ide/url/model/file/json/CVE.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/url/model/file/json/ToolSecurity.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/url/model/file/json/ToolSecurity.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/url/model/file/json/ToolSecurity.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/tool/repository/ToolRepository.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/com/devonfw/tools/ide/url/model/file/json/ToolSecurity.java
Outdated
Show resolved
Hide resolved
…olSecurity.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…olSecurity.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…olSecurity.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…olSecurity.java Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KianRolf thanks for the rework. Now everything is perfect and ready to merge. 👍
To speed this up, I also resolved review comments from @jan-vcapgemini that I could confirm to be addressed properly now (JavaDoc consistency).
So I will merge this now.
preparatory work #103
Gives the security.json files a representation in java analog to the dependency.json files