Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Feb 15, 2024
1 parent 607536b commit 884a855
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 37 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [Better Code Hub](https://bettercodehub.com) :copyright: — Better Code Hub checks your GitHub codebase against 10 engineering guidelines devised by the authority in software quality, Software Improvement Group.

- [Betterscan.io](https://betterscan.io) — Betterscan.io - Betterscan.io checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional). Free to use in noncommerical way, commercial requires license.

- [biome](https://biomejs.dev) — A toolchain for web projects, aimed to provide functionalities to maintain them. Biome formats and lints code in a fraction of a second. It is the successor to Rome. It is designed to eventually replace Biome is designed to eventually replace Babel, ESLint, webpack, Prettier, Jest, and others.

- [BugProve](https://www.bugprove.com) :copyright: — BugProve is a firmware analysis platform featuring both static and dynamic analysis techniques to discover memory corruptions, command injections and other classes or common weaknesses in binary code. It also detects vulnerable dependencies, weak cryptographic parameters, misconfigurations, and more.
Expand Down Expand Up @@ -1484,8 +1486,6 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [SAST Online](https://sast.online/) :copyright: — Check the Android Source code thoroughly to uncover and address potential security concerns and vulnerabilities. Static application security testing (Static Code Analysis) tool Online

- [Scanmycode CE (Community Edition)](http://www.scanmycode.today) — Scanmycode - Code Scanning/SAST/Linting using many tools/Scanners with One Report

- [Scrutinizer](https://scrutinizer-ci.com) :copyright: — A proprietary code quality checker that can be integrated with GitHub.

- [Security Code Scan](https://security-code-scan.github.io) — Security code analyzer for C# and VB.NET. Detects various security vulnerability patterns: SQLi, XSS, CSRF, XXE, Open Redirect, etc. Integrates into Visual Studio 2015 and newer. Detects various security vulnerability patterns: SQLi, XSS, CSRF, XXE, Open Redirect, etc.
Expand Down
78 changes: 43 additions & 35 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,49 @@
"demos": null,
"wrapper": null
},
"betterscan-io": {
"name": "Betterscan.io",
"categories": [
"linter"
],
"languages": [
"apex",
"c",
"csharp",
"cpp",
"go",
"java",
"javascript",
"kotlin",
"perl",
"php",
"python",
"ruby",
"scala",
"swift",
"typescript"
],
"other": [
"ci"
],
"licenses": [
"BSD-3 Clause License with LGPL-2.1 with Commonsclause."
],
"types": [
"service"
],
"homepage": "https://betterscan.io",
"source": "https://github.com/marcinguy/scanmycode-ce",
"pricing": null,
"plans": null,
"description": "Betterscan.io - Betterscan.io checks your code and infra (various Git repositories supported, cloud stacks, CLI, Web Interface platform, integrationss available) for security and quality issues. Code Scanning/SAST/Linting using many tools/Scanners deduplicated with One Report (AI optional). Free to use in noncommerical way, commercial requires license.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"binbloom": {
"name": "binbloom",
"categories": [
Expand Down Expand Up @@ -16281,41 +16324,6 @@
"demos": null,
"wrapper": null
},
"scanmycode-ce-community-edition": {
"name": "Scanmycode CE (Community Edition)",
"categories": [
"linter"
],
"languages": [
"go",
"java",
"javascript",
"php",
"python",
"ruby",
"scala"
],
"other": [
"ci"
],
"licenses": [
"BSD-3 Clause License with LGPL-2.1 with Commonsclause."
],
"types": [
"service"
],
"homepage": "http://www.scanmycode.today",
"source": "https://github.com/marcinguy/scanmycode-ce",
"pricing": null,
"plans": null,
"description": "Scanmycode - Code Scanning/SAST/Linting using many tools/Scanners with One Report",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"scapegoat": {
"name": "scapegoat",
"categories": [
Expand Down

0 comments on commit 884a855

Please sign in to comment.