Skip to content

Commit 884a855

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 607536b commit 884a855

File tree

2 files changed

+45
-37
lines changed

2 files changed

+45
-37
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
13181318

13191319
- [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.
13201320

1321+
- [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.
1322+
13211323
- [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.
13221324

13231325
- [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.
@@ -1484,8 +1486,6 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
14841486

14851487
- [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
14861488

1487-
- [Scanmycode CE (Community Edition)](http://www.scanmycode.today) — Scanmycode - Code Scanning/SAST/Linting using many tools/Scanners with One Report
1488-
14891489
- [Scrutinizer](https://scrutinizer-ci.com) :copyright: — A proprietary code quality checker that can be integrated with GitHub.
14901490

14911491
- [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.

data/api/tools.json

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,49 @@
10991099
"demos": null,
11001100
"wrapper": null
11011101
},
1102+
"betterscan-io": {
1103+
"name": "Betterscan.io",
1104+
"categories": [
1105+
"linter"
1106+
],
1107+
"languages": [
1108+
"apex",
1109+
"c",
1110+
"csharp",
1111+
"cpp",
1112+
"go",
1113+
"java",
1114+
"javascript",
1115+
"kotlin",
1116+
"perl",
1117+
"php",
1118+
"python",
1119+
"ruby",
1120+
"scala",
1121+
"swift",
1122+
"typescript"
1123+
],
1124+
"other": [
1125+
"ci"
1126+
],
1127+
"licenses": [
1128+
"BSD-3 Clause License with LGPL-2.1 with Commonsclause."
1129+
],
1130+
"types": [
1131+
"service"
1132+
],
1133+
"homepage": "https://betterscan.io",
1134+
"source": "https://github.com/marcinguy/scanmycode-ce",
1135+
"pricing": null,
1136+
"plans": null,
1137+
"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.",
1138+
"discussion": null,
1139+
"deprecated": null,
1140+
"resources": null,
1141+
"reviews": null,
1142+
"demos": null,
1143+
"wrapper": null
1144+
},
11021145
"binbloom": {
11031146
"name": "binbloom",
11041147
"categories": [
@@ -16281,41 +16324,6 @@
1628116324
"demos": null,
1628216325
"wrapper": null
1628316326
},
16284-
"scanmycode-ce-community-edition": {
16285-
"name": "Scanmycode CE (Community Edition)",
16286-
"categories": [
16287-
"linter"
16288-
],
16289-
"languages": [
16290-
"go",
16291-
"java",
16292-
"javascript",
16293-
"php",
16294-
"python",
16295-
"ruby",
16296-
"scala"
16297-
],
16298-
"other": [
16299-
"ci"
16300-
],
16301-
"licenses": [
16302-
"BSD-3 Clause License with LGPL-2.1 with Commonsclause."
16303-
],
16304-
"types": [
16305-
"service"
16306-
],
16307-
"homepage": "http://www.scanmycode.today",
16308-
"source": "https://github.com/marcinguy/scanmycode-ce",
16309-
"pricing": null,
16310-
"plans": null,
16311-
"description": "Scanmycode - Code Scanning/SAST/Linting using many tools/Scanners with One Report",
16312-
"discussion": null,
16313-
"deprecated": null,
16314-
"resources": null,
16315-
"reviews": null,
16316-
"demos": null,
16317-
"wrapper": null
16318-
},
1631916327
"scapegoat": {
1632016328
"name": "scapegoat",
1632116329
"categories": [

0 commit comments

Comments
 (0)