| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
|
@J12934 this is ready for review, however one check does not complete, I tried re-running all jobs but it didn't seem to help. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good 👍
Added some minor suggestions to log lines which might be a bit confusing without punctuation.
Sorry, something went wrong.
…ox/persistence/service/scanresult/GenericParserScanResultService.java Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com> Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
…ox/persistence/service/scanresult/SpecificParserScanResultService.java Co-authored-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com> Signed-off-by: Johannes Zahn <johannes.zahn@iteratec.com>
|
I commited your suggestions @J12934 :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
The Mapper converting SecureCodeBox to DefectDojo Findings accepted and returned JSON Strings and could therefore not easily be tested. Now the Mapper only Converts secureCodeBox Findings Objects to defectDojo Findings Objects. There were previously some tests for this mapping but they were enhanced by seperating tests for mapping dates, descriptions and basic fields.
A Test Class for the ScanResultService (which returns the ScanResults that are passed to DefectDojo) was introduced that is now resposible for testing that the assembled scan results that will be uploaded to defectDojo are processed correctly.
Furthermore the PersistenceConfig now features a field to specify a Timezone for parsing dates instead of using the default timezone on a machine. Therefore the timezone can be set in the unit tests to ensure they produce the same results regardles of the location
Checklist