Skip to content

Commit 60dcbb3

Browse files
authored
Submitting Corgea (#1069)
1 parent 0e5e8f0 commit 60dcbb3

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

_data/tools.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
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.",
9+
"type": "SAST"
10+
},
211
{
312
"title": "CVE Scanner",
413
"url": "https://www.cvescanner.co.uk",

pages/Component_Analysis.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ and legal teams an opportunity to create solutions for healthy open source usage
298298
| [ClearlyDefined] | Open Source Initiative | Open Source | SaaS |
299299
| [CloudDefense.AI] | CloudDefense.AI | Commercial / Freemium | Cross Platform / SaaS |
300300
| [CodeSentry] | GrammaTech | Commercial | Cross Platform / SaaS |
301+
| [Corgea] | Corgea | / Freemium | Cross Platform / SaaS |
301302
| [CxSCA] | Checkmarx | Commercial | SaaS |
302303
| [Debricked] | Debricked | Commercial/Freemium | SaaS |
303304
| [DejaCode] | nexB | Commercial | SaaS |
@@ -353,6 +354,7 @@ and legal teams an opportunity to create solutions for healthy open source usage
353354
[ClearlyDefined]: https://clearlydefined.io/
354355
[CloudDefense.AI]: https://www.clouddefense.ai/
355356
[CodeSentry]: https://www.grammatech.com/codesentry-sca
357+
[Corgea]: https://corgea.com/
356358
[CxSCA]: https://www.checkmarx.com/products/software-composition-analysis/
357359
[Debricked]: https://debricked.com/
358360
[DejaCode]: https://www.nexb.com/

pages/Free_for_Open_Source_Application_Security_Tools.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ In addition, we are aware of the following commercial SAST tools that are free f
7878
- [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.
7979
- [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).
8080
- [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).
8182
- [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).
8283

8384
### DAST Tools
@@ -210,6 +211,11 @@ Commercial tools of this type that are free for open source:
210211
- Features automated fix pull request to automatically fix vulnerabilities (currently only for javascript)
211212
- Features one of the most complete [vulnerability databases](https://app.debricked.com/en/vulnerability-database)
212213
- GitHub version: [https://github.com/apps/debricked/](https://github.com/apps/debricked/)
214+
- [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
213219
- [OX Security](https://www.ox.security) - Stop Attacks Across Your Software Supply Chain
214220
- Complete Software Supply Chain Security Solution, based on [Pipeline Bill Of Materials](https://www.pbom.dev/)
215221
- Manage your findings from a single location
@@ -358,6 +364,8 @@ Secrets detection is often confused with SAST because both scan through static s
358364
### Automatic Remediation Tools
359365

360366
- [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+
361369

362370

363371
Please let us know if you are aware of any other high quality

0 commit comments

Comments
 (0)