Skip to content

Commit b15fcd7

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent ec1747e commit b15fcd7

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
14681468

14691469
- [emerge](https://github.com/glato/emerge) — Emerge is a source code and dependency visualizer that can be used to gather insights about source code structure, metrics, dependencies and complexity of software projects. After scanning the source code of a project it provides you an interactive web interface to explore and analyze your project by using graph structures.
14701470

1471+
- [Enforster AI](https://enforster.ai/) :copyright: — Enforster AI performs Contextual Code Security SAST, leveraging LLMs and artificial intelligence to reduce and enrich the detection of Logic Flaws, Secrets, Data leaks, Supply chain and technical vulnerabilities.
1472+
14711473
- [ESLint](https://github.com/eslint/eslint) — An extensible linter for JS, following the ECMAScript standard.
14721474

14731475
- [ezno](https://kaleidawave.github.io/posts/introducing-ezno/) — A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance. Ezno's type checker is built from scratch. The checker is fully compatible with TypeScript type annotations and can work without any type annotations at all.

data/api/tools.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6483,6 +6483,57 @@
64836483
"demos": null,
64846484
"wrapper": null
64856485
},
6486+
"enforster-ai": {
6487+
"name": "Enforster AI",
6488+
"categories": [
6489+
"linter"
6490+
],
6491+
"languages": [
6492+
"c",
6493+
"csharp",
6494+
"cpp",
6495+
"go",
6496+
"java",
6497+
"javascript",
6498+
"php",
6499+
"python",
6500+
"typescript"
6501+
],
6502+
"other": [
6503+
"ci",
6504+
"security"
6505+
],
6506+
"licenses": [
6507+
"proprietary"
6508+
],
6509+
"types": [
6510+
"service"
6511+
],
6512+
"homepage": "https://enforster.ai/",
6513+
"source": null,
6514+
"pricing": null,
6515+
"plans": null,
6516+
"description": "Enforster AI performs Contextual Code Security SAST, leveraging LLMs and artificial intelligence to reduce and enrich the detection of Logic Flaws, Secrets, Data leaks, Supply chain and technical vulnerabilities. ",
6517+
"discussion": null,
6518+
"deprecated": null,
6519+
"resources": [
6520+
{
6521+
"title": "Product homepage",
6522+
"url": "https://enforster.ai/"
6523+
},
6524+
{
6525+
"title": "Docs",
6526+
"url": "https://docs.enforster.ai/"
6527+
},
6528+
{
6529+
"title": "Platform Access",
6530+
"url": "https://app.enforster.ai/"
6531+
}
6532+
],
6533+
"reviews": null,
6534+
"demos": null,
6535+
"wrapper": null
6536+
},
64866537
"enlightn": {
64876538
"name": "Enlightn",
64886539
"categories": [

0 commit comments

Comments
 (0)