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

Add devian cve scanner reports #477

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

shikuk
Copy link

@shikuk shikuk commented May 18, 2021

For reports from https://github.com/devmatic-it/debcvescan which checks the installed packages of your Debian Linux distribution against known vulnerabilities of the Debian Security Bug Tracker https://security-tracker.debian.org/tracker
runned as debcvescan scan --format=json

For reports from devmatic-it/debcvescan
runned as debcvescan scan --format=json
@guardrails
Copy link

guardrails bot commented May 18, 2021

⚠️ We detected 2 security issues in this pull request:

Insecure Processing of Data (2)
Docs Details
💡 Title: Insecure HTTP redirect (Django), Severity: Low
reverse('debcvescan:debcvescan_vuln_data') + '?scan_id=%s&test_name=%s' % (scan_id, vuln_name))
💡 Title: Insecure HTTP redirect (Django), Severity: Low
return HttpResponseRedirect(reverse('debcvescan:debcvescan_all_vuln') + '?scan_id=%s' % scan_id)

More info on how to fix Insecure Processing of Data in Python.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant