#1775: validate and update CPE vendor and product for all tools#1796
Open
MarvMa wants to merge 1221 commits intodevonfw:mainfrom
Open
#1775: validate and update CPE vendor and product for all tools#1796MarvMa wants to merge 1221 commits intodevonfw:mainfrom
MarvMa wants to merge 1221 commits intodevonfw:mainfrom
Conversation
…ess. (devonfw#1542) Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Removed duplicate entry for issue devonfw#1549 from changelog.
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Fixes devonfw#1581 - Extracted findIdeHome() as protected method in AbstractIdeContext returning Map.Entry<Path, String> - Made isIdeHome() protected to allow access in test contexts - Overridden findIdeHome() in AbstractIdeTestContext to enforce test boundaries - Added findTestProjectRoot() to locate test resource boundaries via src/test/resources/ide-projects marker - Set ide.test.root.boundary system property to prevent upward traversal beyond test scope - Validated detected IDE home stays within test boundaries with clear error messages - All 80 tests pass successfully with no failures or errors
…maybeec/IDEasy into maybeec-feature/1581-test-isolation-fix
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com> Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…w#1557) Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com>
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com> Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com> Co-authored-by: jan-vcapgemini <jan-vincent.hoelzle@capgemini.com>
Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Co-authored-by: MarvMa <marvin.meitzner@gmail.com> Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
…com:MarvMa/IDEasy into bugfix/devonfw#1775-validate-cve-reportings
…com:MarvMa/IDEasy into bugfix/devonfw#1775-validate-cve-reportings
…1775-validate-cve-reportings
…1775-validate-cve-reportings
…com:MarvMa/IDEasy into bugfix/devonfw#1775-validate-cve-reportings
…evonfw#1775-validate-cve-reportings
…evonfw#1775-validate-cve-reportings
satorus
reviewed
Apr 27, 2026
| protected void initCpe(CpeRegistry cpe) { | ||
| cpe.addVendor("oracle") | ||
| .addProduct("jdk") | ||
| .addProduct("java_se"); |
Contributor
There was a problem hiding this comment.
hmm previously we checked eclipse temurin as vendor+product...why do we now use oracle ?
Contributor
Author
There was a problem hiding this comment.
Correct! I changed the CPEs for testing purposes, but your totally right. I will rollback to the previous implementation.
Contributor
|
Looks good so far, the security.json files are being built and look correct as far as i can see. The only question left is why we switched the vendor to Oracle from Eclipse in the java updater (see comment). But this is only a minor point, I think the PR is ready |
satorus
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #1775
Implemented changes:
collect-cpe-report.sh
initCpeHow to test the functionality
BuildSecurityJsonFileswith the path to theide-urlsas an argument (Running this command for the first time can take some time to download the CVEdb)Checklist for this PR
Make sure everything is checked before merging this PR. For further info please also see
our DoD.
mvn clean testlocally all tests pass and build is successful#«issue-id»: «brief summary»(e.g.#921: fixed setup.bat). If no issue ID exists, title only.In Progressand assigned to you or there is no issue (might happen for very small PRs)with
internal