Changing name of WhiteSource to Mend#9359
Conversation
Contextual Security AnalysisAs DryRun Security performs checks, we’ll summarize them here. You can always dive into the detailed results in the section below for checks.
Chat with your AI-powered Security Buddy by typing Install and configure more repositories at DryRun Security |
Maffooch
left a comment
There was a problem hiding this comment.
Couple of things:
- unit test scan files that are not related to whitesource/mend should probably not be updated here
- When changing the name of a test type, it is important to do the following as well:
- update the test type object - this is to remove the possibility that a user attempts to import a test to whitesource and get a "parser not found" error
- for any existing whitesource finding, the
found_bycolumn needs to be updated - this field is used to display all the test types that this finding belongs (multiple in cases of detected duplicates between tools) - Here is a migration that can be used as a reference
|
Also would be good to add a breaking change section to the upgrade notes for folks that could be using Whitesource in an API based import. Here is an example from when the Nessus -> Tenable conversion was made |
|
Thanks @Maffooch - Migration has been added |
|
Thanks @Maffooch - documentation added in upgrade notes |
I updated those references from whitesource to mend to better align with new name. functionality is not affected |
| @@ -0,0 +1,16 @@ | |||
| --- | |||
| title: "Upgrading to DefectDojo Version 2.31.0" | |||
There was a problem hiding this comment.
Please update the existing 2.31.md. This will create duplicity.
|
Failing test is accommodated in #9348 |
|
In my tests the functionality is not working... also for Whitesource naming, Mend's json reports are not acceptable for defectdojo, even the json format. The versions that i tested: defectdojo 3.31.0 && 2.27.4 |
|
There was some issue with "WhiteSource vs Mend" reported in Slack as well https://owasp.slack.com/archives/C2P5BA8MN/p1707244117982809 |
|
@devopscodeck Can you provide a sanitized Mend json file? Having samples is really the only way for us to test scanner output especially for commercial offerings. Happy to look at the parser code and add unit tests but we'll need an example first. |
Updating name if WhiteSource to Mend - this does not touch documentation as there is another pull request for that specifically already.