You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/tools.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
[
2
+
{
3
+
"title": "Corgea",
4
+
"url": "https://corgea.com/",
5
+
"owner": "Corgea",
6
+
"license": "Commercial or Free",
7
+
"platforms": "SaaS, IDE, CLI, On-Premises",
8
+
"note": "Corgea is an AI-powered SAST scanner that empowers developers to find and fix insecure source code. It can find business logic, broken auth, API security issues, and more with less false positives.",
Copy file name to clipboardExpand all lines: pages/Free_for_Open_Source_Application_Security_Tools.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ In addition, we are aware of the following commercial SAST tools that are free f
78
78
-[CodeSweep - GitHub Action](https://hclsw.co/codesweepgithub) - Scan the new code on a push/pull request using a GitHub action. Findings are highlighted in the `Files Changed` view and details about the issue and mitigation steps can be found in the `Actions` page. Unrestricted usage allowed with a free trial account.
79
79
-[Aikido](https://www.aikido.dev/product) - Combines open source software with custom rules & features into a single dashboard with all your security findings. Includes both SAST and Library Analysis tools. [Free for small teams](https://www.aikido.dev/pricing).
80
80
-[Arnica](https://www.arnica.io/solution/code-security) - Scans all source code repositories for code risks (SAST, SCA, IaC, license violations, and low 3rd party reputation) and hardcoded secrets. The platform comes with a [freemium plan](https://www.arnica.io/pricing) for unlimited time and users count. The [pipelineless security approach](https://www.arnica.io/blog/ci-cd-pipeline-security-vs-ide-plugins-vs-pipelineless-security) is the value the company charges for, so the visibility remains always free.
81
+
-[Corgea](https://corgea.com/) - An AI-native SAST scanner that helps developers find and fix insecure code. It detects business logic flaws, broken authentication, API vulnerabilities and more with minimal false positives. Corgea automatically generates security fixes for developers to review and approve. Integrates with GitHub, GitLab, Azure DevOps, IDEs and CLI. [Free to use](https://corgea.com/pricing).
81
82
-[Kusari](https://kusari.dev/inspector) - Kusari Inspector seamlessly integrates software supply chain security analysis into your pull requests. This checks for bad dependencies, licenses, quality data. [Free for individual use](https://www.kusari.dev/pricing).
82
83
83
84
### DAST Tools
@@ -210,6 +211,11 @@ Commercial tools of this type that are free for open source:
210
211
- Features automated fix pull request to automatically fix vulnerabilities (currently only for javascript)
211
212
- Features one of the most complete [vulnerability databases](https://app.debricked.com/en/vulnerability-database)
-[Corgea](https://corgea.com) - AI-powered SAST scanner that finds and fixes security issues
215
+
- Finds business logic flaws, broken auth, API security issues and more
216
+
- Supports Python, Go, Javascript, Typescript, Ruby, C#, C, C++, Java, PHP, Kotlin and more.
217
+
- Integrates with IDE, CLI, CI/CD
218
+
-[Free tier](https://corgea.com/pricing) available for open source projects
213
219
-[OX Security](https://www.ox.security) - Stop Attacks Across Your Software Supply Chain
214
220
- Complete Software Supply Chain Security Solution, based on [Pipeline Bill Of Materials](https://www.pbom.dev/)
215
221
- Manage your findings from a single location
@@ -358,6 +364,8 @@ Secrets detection is often confused with SAST because both scan through static s
358
364
### Automatic Remediation Tools
359
365
360
366
-[Mobb](https://mobb.ai/) - Mobb is an automatic code fixer for security issues. It runs manually or as part of a pipeline, digests your SAST reports, and generates ready-to-be-merged pull requests that fix your issues.
367
+
-[Corgea](https://corgea.com/) - Corgea connects to Semgrep, Snyk, CodeQL, Checkmarx and Fortify to remove false positives and issue fixes for security vulnerabilities. It supports Python, Go, Javascript, Typescript, Ruby, C#, C, C++, Java, PHP, and Kotlin. It can be run manually or as part of CI/CD pipelines. [Free to use](https://corgea.com/pricing).
368
+
361
369
362
370
363
371
Please let us know if you are aware of any other high quality
0 commit comments