Skip to content

Commit c0fc389

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 399f280 commit c0fc389

File tree

2 files changed

+54
-7
lines changed

2 files changed

+54
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11231123

11241124
- [Railroader](https://railroader.org) :warning: — An open source static analysis security vulnerability scanner for Ruby on Rails applications.
11251125

1126-
- [rails_best_practices](https://rails-bestpractices.com) :warning: — A code metric tool for Rails projects
1126+
- [rails_best_practices](https://rails-bestpractices.com) — A code metric tool for Rails projects
11271127

11281128
- [reek](https://github.com/troessner/reek) — Code smell detector for Ruby.
11291129

@@ -1160,7 +1160,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11601160

11611161
- [cargo-audit](https://rustsec.org) — Audit Cargo.lock for crates with security vulnerabilities reported to the [RustSec Advisory Database](https://github.com/RustSec/advisory-db/).
11621162

1163-
- [cargo-bloat](https://github.com/RazrFalcon/cargo-bloat) — Find out what takes most of the space in your executable. supports ELF (Linux, BSD), Mach-O (macOS) and PE (Windows) binaries.
1163+
- [cargo-bloat](https://github.com/RazrFalcon/cargo-bloat) :warning: — Find out what takes most of the space in your executable. supports ELF (Linux, BSD), Mach-O (macOS) and PE (Windows) binaries.
11641164

11651165
- [cargo-breaking](https://github.com/iomentum/cargo-breaking) — cargo-breaking compares a crate's public API between two different branches, shows what changed, and suggests the next version according to semver.
11661166

@@ -1510,6 +1510,8 @@ It supports multiple languages and is designed to be extensible, allowing you to
15101510

15111511
- [Infer](https://fbinfer.com) — A static analyzer for Java, C and Objective-C
15121512

1513+
- [keploy](https://keploy.io/) — Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides API, and integration testing agents, generating tests, mocks/stubs for APIs that actually work. Additionally, Keploy offers an AI-powered Unit Testing Agent that generates stable, useful unit tests directly in your GitHub PRs and in VSCode, helping catch errors and improve code quality.
1514+
15131515
- [Kiuwan](https://www.kiuwan.com/code-security-sast) :copyright: — Identify and remediate cyber threats in a blazingly fast, collaborative environment, with seamless integration in your SDLC. Python, C\C++, Java, C#, PHP and more.
15141516

15151517
- [Klocwork](https://www.perforce.com/products/klocwork) :copyright: — Quality and Security Static analysis for C/C++, Java and C#.
@@ -1708,7 +1710,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
17081710

17091711
- [bloaty](https://github.com/google/bloaty) — Ever wondered what's making your binary big? Bloaty McBloatface will show you a size profile of the binary so you can understand what's taking up space inside. Bloaty performs a deep analysis of the binary. Using custom ELF, DWARF, and Mach-O parsers, Bloaty aims to accurately attribute every byte of the binary to the symbol or compileunit that produced it. It will even disassemble the binary looking for references to anonymous data. F
17101712

1711-
- [cargo-bloat](https://github.com/RazrFalcon/cargo-bloat) — Find out what takes most of the space in your executable. supports ELF (Linux, BSD), Mach-O (macOS) and PE (Windows) binaries.
1713+
- [cargo-bloat](https://github.com/RazrFalcon/cargo-bloat) :warning: — Find out what takes most of the space in your executable. supports ELF (Linux, BSD), Mach-O (macOS) and PE (Windows) binaries.
17121714

17131715
- [cwe_checker](https://github.com/fkie-cad/cwe_checker) — cwe_checker finds vulnerable patterns in binary executables.
17141716

@@ -2220,7 +2222,7 @@ Kani verifies:
22202222

22212223
- [lockfile-lint](https://github.com/lirantal/lockfile-lint) — Lint an npm or yarn lockfile to analyze and detect security issues
22222224

2223-
- [LunaSec](https://github.com/marketplace/lunatrace-by-lunasec/) — Open Source AppSec platform that automatically notifies you the next time vulnerabilities like Log4Shell or node-ipc happen. Track your dependencies and builds in a centralized service.
2225+
- [LunaSec](https://github.com/marketplace/lunatrace-by-lunasec/) :warning: — Open Source AppSec platform that automatically notifies you the next time vulnerabilities like Log4Shell or node-ipc happen. Track your dependencies and builds in a centralized service.
22242226

22252227
- [njsscan](https://opensecurity.in) — A static application testing (SAST) tool that can find insecure code patterns in your node.js applications using simple pattern matcher from libsast and syntax-aware semantic code pattern search tool semgrep.
22262228

data/api/tools.json

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@
18201820
"plans": null,
18211821
"description": "Find out what takes most of the space in your executable. supports ELF (Linux, BSD), Mach-O (macOS) and PE (Windows) binaries.",
18221822
"discussion": null,
1823-
"deprecated": null,
1823+
"deprecated": true,
18241824
"resources": null,
18251825
"reviews": null,
18261826
"demos": null,
@@ -10142,6 +10142,51 @@
1014210142
"demos": null,
1014310143
"wrapper": null
1014410144
},
10145+
"keploy": {
10146+
"name": "keploy",
10147+
"categories": [
10148+
"linter"
10149+
],
10150+
"languages": [
10151+
"csharp",
10152+
"go",
10153+
"java",
10154+
"javascript",
10155+
"python",
10156+
"rust"
10157+
],
10158+
"other": [],
10159+
"licenses": [
10160+
"Apache-2.0 License"
10161+
],
10162+
"types": [
10163+
"cli"
10164+
],
10165+
"homepage": "https://keploy.io/",
10166+
"source": "https://github.com/keploy/",
10167+
"pricing": null,
10168+
"plans": null,
10169+
"description": "Keploy is an open-source testing platform that helps developers automate and streamline their testing process. It provides API, and integration testing agents, generating tests, mocks/stubs for APIs that actually work. Additionally, Keploy offers an AI-powered Unit Testing Agent that generates stable, useful unit tests directly in your GitHub PRs and in VSCode, helping catch errors and improve code quality.",
10170+
"discussion": null,
10171+
"deprecated": null,
10172+
"resources": [
10173+
{
10174+
"title": "Keploy PR Agent",
10175+
"url": "https://github.com/apps/keploy"
10176+
},
10177+
{
10178+
"title": "Keploy Agent VSCode Extension",
10179+
"url": "https://marketplace.visualstudio.com/items?itemName=Keploy.keployio"
10180+
},
10181+
{
10182+
"title": "Keploy Low code Integration Testing",
10183+
"url": "https://github.com/keploy/keploy"
10184+
}
10185+
],
10186+
"reviews": null,
10187+
"demos": null,
10188+
"wrapper": null
10189+
},
1014510190
"kics": {
1014610191
"name": "kics",
1014710192
"categories": [
@@ -11295,7 +11340,7 @@
1129511340
"plans": null,
1129611341
"description": "Open Source AppSec platform that automatically notifies you the next time vulnerabilities like Log4Shell or node-ipc happen. Track your dependencies and builds in a centralized service.",
1129711342
"discussion": null,
11298-
"deprecated": null,
11343+
"deprecated": true,
1129911344
"resources": null,
1130011345
"reviews": null,
1130111346
"demos": null,
@@ -15799,7 +15844,7 @@
1579915844
"plans": null,
1580015845
"description": "A code metric tool for Rails projects",
1580115846
"discussion": null,
15802-
"deprecated": true,
15847+
"deprecated": null,
1580315848
"resources": null,
1580415849
"reviews": null,
1580515850
"demos": null,

0 commit comments

Comments
 (0)