lme-nca
lme-nca
Hi @cody-m-tibco I changed the base to dev and fixed a unused import. Let me know if there is anything else i'm supposed to do.
@StefanFl Hi Stefan, you were right it was not being triggered for Dojo users (created through the UI) now. I expected this to work because of inheritance, however I am...
@Maffooch well clearly it wasn't being triggered for the Dojo_User, because the user was not added in the group and also the notification templates were not created, this triggered the...
@Maffooch @StefanFl The test are passing now, ready for review ?
@Maffooch could you add a second reviewer for approval ?
created a new pull request from the DEV branch: https://github.com/DefectDojo/django-DefectDojo/pull/6918
Also users created by LDAP do not get assigned to the default group.
Bumping this point, would like this option! additionally trivy should maybe always check for the colima socket, just like it does for podman etc....
Yes this works as well, however sadly i'm on a managed machine and this involves me getting the sudo permission first, which is rather cumbersome :)
So one of the failing tests "test_import_reimport_keep_false_positive_and_out_of_scope" is interesting. Here it becomes obvious there was some kind of "special" treatment going on for **existing_findings** for which `finding.false_p or finding.out_of_scope or...