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

Update tools.json added Aikido SAST and updated description for Aikido DAST #1012

Merged
merged 1 commit into from
Nov 4, 2024
Merged
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
15 changes: 12 additions & 3 deletions _data/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1845,12 +1845,21 @@
"type": "SAST"
},
{
"title": "Aikido Security",
"title": "Aikido SAST",
"url": "https://aikido.dev",
"owner": "Aikido Security",
"license": "Commercial or Free",
"platforms": "SaaS",
"note": "Aikido Security is a developer-friendly software security platform. It scans your code, containers & cloud in 9 different ways, showing you which security issues and vulnerabilities are actually important to solve. We speed up triaging massively by cutting out the false-positives, and making things human-readable.",
"platforms": "SaaS, On-Premises",
"note": "Aikido Security is a developer-friendly software security platform that combines multiple different scanners to deliver real-time alerts in a central system",
"type": "SAST"
},
{
"title": "Aikido DAST",
"url": "https://www.aikido.dev/scanners/surface-monitoring-dast",
"owner": "Aikido Security",
"license": "Commercial or Free",
"platforms": "SaaS, On-Premises, IDE Plugin",
"note": "Aikido Security is a developer-friendly software security platform that combines multiple different scanners to deliver real-time alerts in a central system",
"type": "SAST"
},
{
Expand Down
Loading