Skip to content

Commit 4658b10

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent d2e2a96 commit 4658b10

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Fprettify is a tool that provides consistent whitespace, indentation, and delimi
493493

494494
- [dogsled](https://github.com/alexkohler/dogsled) — Finds assignments/declarations with too many blank identifiers.
495495

496-
- **dupl** :warning: — Reports potentially duplicated code.
496+
- [dupl](https://github.com/mibk/dupl) — Reports potentially duplicated code.
497497

498498
- [errcheck](https://github.com/kisielk/errcheck) — Check that error return values are used.
499499

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

15311531
- [Joern](https://joern.io) — Joern is a platform for analyzing source code, bytecode, and binary executables. It generates code property graphs (CPGs), a graph representation of code for cross-language code analysis. Code property graphs are stored in a custom graph database. This allows code to be mined using search queries formulated in a Scala-based domain-specific query language. Joern is developed with the goal of providing a useful tool for vulnerability discovery and research in static program analysis.
15321532

1533+
- [jQAssistant](https://jqassistant.org/) — jQAssistant is a plugin based software analytics platform which allows scanning code structures and metadata from repositories into a Neo4j graph database. The gathered data can be used for ad-hoc exploration using queries, visualization or defining rules for continuous architecture validation.
1534+
15331535
- [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.
15341536

15351537
- [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.
@@ -2286,7 +2288,7 @@ It does this by running periodic diff outputs against heuristically crafted rege
22862288

22872289
- [Grype](https://github.com/anchore/grype) — Vulnerability scanner for container images and filesystems. Developed by Anchore, it scans container images, directories, and archives for known vulnerabilities. Supports multiple image formats, SBOM integration, and VEX (Vulnerability Exploitability eXchange) for accurate vulnerability assessment. Works with various vulnerability databases and provides detailed reporting.
22882290

2289-
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2291+
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
22902292

22912293
- **iblessing** :warning: — iblessing is an iOS security exploiting toolkit. It can be used for reverse engineering, binary analysis and vulnerability mining.
22922294

@@ -2431,7 +2433,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
24312433

24322434
- [vale](https://vale.sh) — A syntax-aware linter for prose built with speed and extensibility in mind.
24332435

2434-
- [write-good](https://github.com/btford/write-good) — A linter with a focus on eliminating "weasel words".
2436+
- **write-good** :warning: — A linter with a focus on eliminating "weasel words".
24352437

24362438

24372439
<a name="yaml" />
@@ -2451,7 +2453,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
24512453

24522454
- [GitGuardian ggshield](https://www.gitguardian.com/ggshield) — ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 350+ types of secrets, as well as other potential security vulnerabilities or policy breaks affecting your codebase.
24532455

2454-
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2456+
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
24552457

24562458

24572459
## More Collections

data/api/tools.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6366,7 +6366,7 @@
63666366
"plans": null,
63676367
"description": "Reports potentially duplicated code.",
63686368
"discussion": null,
6369-
"deprecated": true,
6369+
"deprecated": null,
63706370
"resources": null,
63716371
"reviews": null,
63726372
"demos": null,
@@ -9285,7 +9285,7 @@
92859285
"plans": null,
92869286
"description": "HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.",
92879287
"discussion": null,
9288-
"deprecated": true,
9288+
"deprecated": null,
92899289
"resources": null,
92909290
"reviews": null,
92919291
"demos": null,
@@ -10386,6 +10386,47 @@
1038610386
"demos": null,
1038710387
"wrapper": null
1038810388
},
10389+
"jqassistant": {
10390+
"name": "jQAssistant",
10391+
"categories": [
10392+
"linter"
10393+
],
10394+
"languages": [
10395+
"java",
10396+
"kotlin",
10397+
"typescript"
10398+
],
10399+
"other": [
10400+
"git",
10401+
"json",
10402+
"nodejs",
10403+
"spring",
10404+
"xml",
10405+
"yaml"
10406+
],
10407+
"licenses": [
10408+
"GNU General Public License v3.0"
10409+
],
10410+
"types": [
10411+
"cli"
10412+
],
10413+
"homepage": "https://jqassistant.org/",
10414+
"source": "https://github.com/jqassistant/jqassistant",
10415+
"pricing": null,
10416+
"plans": null,
10417+
"description": "jQAssistant is a plugin based software analytics platform which allows scanning code structures and metadata from repositories into a Neo4j graph database. The gathered data can be used for ad-hoc exploration using queries, visualization or defining rules for continuous architecture validation.",
10418+
"discussion": null,
10419+
"deprecated": null,
10420+
"resources": [
10421+
{
10422+
"title": "Plugins",
10423+
"url": "https://github.com/jqassistant-plugin"
10424+
}
10425+
],
10426+
"reviews": null,
10427+
"demos": null,
10428+
"wrapper": null
10429+
},
1038910430
"jshint": {
1039010431
"name": "jshint",
1039110432
"categories": [
@@ -22427,7 +22468,7 @@
2242722468
"plans": null,
2242822469
"description": "A linter with a focus on eliminating \"weasel words\".",
2242922470
"discussion": null,
22430-
"deprecated": null,
22471+
"deprecated": true,
2243122472
"resources": null,
2243222473
"reviews": null,
2243322474
"demos": null,

0 commit comments

Comments
 (0)