You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
While importing an xml file through the web interface or calling the api, an Exception "'NoneType' object has no attribute 'findall'" is returned if the data uploaded was exported from a scan task done using "Crawl & Audit" mode (it doesn't occur with the Crawl Only mode)
Steps to reproduce
Steps to reproduce the behavior:
Go to any active Engagement and in the Test area sub-menu click on Import Scan Results
Populate required fields and select Microfocus Webinspect Scan
Upload an xml file exported from a Crawl & Audit Scan task
See error after a successful upload
Expected behavior
Vulnerabilities imported
Deployment method(select with an X)
Docker Compose
Kubernetes
GoDojo
Environment information
Operating System: Ubuntu 20.04
DefectDojo version: v2.14.0
Sample scan files
attached two scan files for testing purposes
Additional
I have attached a patch file I used to fix the issue on my instance also resolving another problem with missing Critical severities (that otherwise would fall into INFO)
Bug description
While importing an xml file through the web interface or calling the api, an Exception "'NoneType' object has no attribute 'findall'" is returned if the data uploaded was exported from a scan task done using "Crawl & Audit" mode (it doesn't occur with the Crawl Only mode)
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
Vulnerabilities imported
Deployment method (select with an
X
)Environment information
Sample scan files
attached two scan files for testing purposes
Additional
I have attached a patch file I used to fix the issue on my instance also resolving another problem with missing Critical severities (that otherwise would fall into INFO)
sample_crawl&audit.xml.txt
sample_crawlonly.xml.txt
parser.py.patch
The text was updated successfully, but these errors were encountered: