Charles Neill
Charles Neill
Since our version of MySQL isn't supported by the version of Django we're moving to and it's our intention to deprecate MySQL with the next release, should we go ahead...
Would you mind adding a unit test [here](https://github.com/DefectDojo/django-DefectDojo/blob/master/unittests/tools/test_qualys_parser.py) with an example file that triggers the bug you mention, in order to validate this fix and ensure we don't have a...
> > @mtesauro I added the unit test. > > Additional changes follow the logic of [#6248 (comment)](https://github.com/DefectDojo/django-DefectDojo/issues/6248#issuecomment-1164293652). Pull severity from 'SEVERITY' field in source XML, if not available, try...
Looks like this one needs a rebase to update `.settings.dist.py.sha256sum`. The code looks good to me, so if the tests pass after a rebase I'll :+1:
Would you mind recalculating the hash and resolving the merge conflict @manuel-sommer ?
I believe we originally started using `defusedxml` to avoid potential security issues parsing untrusted XML with `lxml`. [bandit](https://pypi.org/project/bandit/) now reports many of these calls as vulnerable: ``` ... >> Issue:...
Looks like they only support Django >= 4.2 now, so this will have to wait on #9493 ``` #12 17.22 ERROR: Cannot install -r ./requirements.txt (line 10), -r ./requirements.txt (line...
@dependabot rebase