krishna
krishna
In [test_snare_helpers_check_privileges.py](https://github.com/mushorg/snare/blob/master/snare/tests/test_snare_helpers_check_privileges.py#L18), since a superuser would have (write) permissions for the root directory, **2** of the assertions **fail**. So, I have used `os.geteuid()` to get the effective user ID and...
* Modified `analyzers/serverless.yml` and `api/serverless.yml` to include Nmap * Hardcoded the locations of the binary in [nmapsubmit.go](https://github.com/lordlabuckdas/CloudFrontier/blob/feature-nmap/analyzers/submit/nmapsubmit.go#L40) and the environment variable for the Nmap directory in [analyzers/serverless.yml](https://github.com/lordlabuckdas/CloudFrontier/blob/feature-nmap/analyzers/serverless.yml#L227) * Added `nmapqueue`...
Fixed to return the list of vulnerabilities (`vulns`) instead of the last vulnerability (`vuln`) in [vulnerabilities.py](https://github.com/riskprofiler/CloudFrontier/blob/master/api/dashboard/vulnerabilities.py#L36)