Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix nessus severity #9549

Merged
merged 3 commits into from
Feb 20, 2024

flake8

46e0ff1
Select commit
Loading
Failed to load commit list.
Merged

🐛 fix nessus severity #9549

flake8
46e0ff1
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Feb 14, 2024 in 0s

DryRun Security

Details

Potentially Sensitive Files: 3 detected

⚠️ Sensitive File dojo/tools/tenable/xml_format.py (click for details)
Type Sensitive File
Description The file name contains the word 'tenable', which is a security tool, and the file extension is '.py', which is a Python file, which is a programming language commonly used for security-related tasks.
Filename dojo/tools/tenable/xml_format.py
Code Link
⚠️ Sensitive File unittests/scans/tenable/nessus/issue_6992.nessus (click for details)
Type Sensitive File
Description The file name contains the word 'nessus', which is a security vulnerability scanner, and the file is located in the unittests/scans/tenable directory, which is a directory used for security testing and vulnerability scanning. Therefore, this file is considered sensitive.
Filename unittests/scans/tenable/nessus/issue_6992.nessus
Code Link https://github.com/DefectDojo/django-DefectDojo/blob/46e0ff1ee5464a473db11593b5845158e6c837db/unittests/scans/tenable/nessus/issue_6992.nessus#L1-L1
⚠️ Sensitive File unittests/tools/test_tenable_parser.py (click for details)
Type Sensitive File
Description The file name contains the word 'test' which is a common convention used in unit testing frameworks. Additionally, the file is located in the 'unittests' directory, which is a common location for unit test files in Python projects.
Filename unittests/tools/test_tenable_parser.py
Code Link