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

Typo in README and a missing parser in the documentation #5548

Merged
merged 1 commit into from
Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vulnerability management platform.
DefectDojo allows you to manage your application security program, maintain
product and application information, triage vulnerabilities and
push findings to systems like JIRA and Slack. DefectDojo enriches and
refines vulnerability data using a number of heuristic algrothims that
refines vulnerability data using a number of heuristic algorithms that
improve with the more you use the platform.

## Demo
Expand Down
4 changes: 4 additions & 0 deletions docs/content/en/integrations/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ This parser is disactivated by default in releases >= 2.3.1 and will be removed

Prowler file can be imported as a CSV (`-M csv`) or JSON (`-M json`) file.

### Azure Security Center Recommendations Scan

Azure Security Center recommendations can be exported from the user interface in CSV format.

### Bandit

JSON report format
Expand Down