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

#11210 prowler_v4.py Prowler v4.5.0 changed the 'event_time' key in finding with 'time_dt' #11211

Closed
wants to merge 13 commits into from

Fix tests

8991904
Select commit
Loading
Failed to load commit list.
Closed

#11210 prowler_v4.py Prowler v4.5.0 changed the 'event_time' key in finding with 'time_dt' #11211

Fix tests
8991904
Select commit
Loading
Failed to load commit list.
DryRunSecurity / Sensitive Files Analyzer succeeded Nov 7, 2024 in 1s

DryRun Security

Details

Sensitive Files Analyzer Findings: 2 detected

⚠️ Potential Sensitive File components/package.json (click for details)
Type Potential Sensitive File
Description Node.js/ExpressJS/Next.js applications manage their dependencies through package.json and package-lock.json files. A change in these files may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename components/package.json
CodeLink
"metismenu": "~3.0.7",
"moment": "^2.30.1",
"morris.js": "morrisjs/morris.js",
"pdfmake": "^0.2.15",
"startbootstrap-sb-admin-2": "1.0.7"
},
"engines": {
⚠️ Potential Sensitive File requirements.txt (click for details)
Type Potential Sensitive File
Description It is typical for Django applications to utilize requirements.txt files to manage their dependencies. A change in this file may indicate an addition of a library/dependency which could introduce additional risk to the application either through vulnerable code, expansion of the application's attack surface via additional routes, or malicious code.
Filename requirements.txt
CodeLink
git+https://github.com/DefectDojo/django-tagging@develop#egg=django-tagging
django-watson==1.6.3
django-prometheus==2.3.1
Django==5.1.3
djangorestframework==3.15.2
html2text==2024.2.26
humanize==4.11.0