Skip to content

Commit 3f4d0cd

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 89a53f8 commit 3f4d0cd

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
699699

700700
- **es6-plato** :warning: — Visualize JavaScript (ES6) source complexity.
701701

702-
- **escomplex** :warning: — Software complexity analysis of JavaScript-family abstract syntax trees.
702+
- [escomplex](https://github.com/jared-stilwell/escomplex) — Software complexity analysis of JavaScript-family abstract syntax trees.
703703

704704
- **Esprima** :warning: — ECMAScript parsing infrastructure for multipurpose analysis.
705705

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

16101610
- [Semgrep Supply Chain](https://semgrep.dev/products/semgrep-supply-chain) :copyright: — Quickly find and remediate high-priority security issues. Semgrep Supply Chain prioritizes the 2% of vulnerabilities that are reachable from your code.
16111611

1612+
- [Seqra](https://seqra.dev) — Security-focused static analyzer for Java and Kotlin web applications. Analyzes bytecode with Semgrep-style YAML rules and CodeQL-grade dataflow (with first-class Spring support) to find vulnerabilities that source-only scanners miss.
1613+
16121614
- [ShiftLeft Scan](https://github.com/ShiftLeftSecurity/sast-scan) — Scan is a free open-source DevSecOps platform for detecting security issues in source code and dependencies. It supports a broad range of languages and CI/CD pipelines.
16131615

16141616
- **shipshape** :warning: — Static program analysis platform that allows custom analyzers to plug in through a common interface.

data/api/tags.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,11 @@
552552
"value": "support",
553553
"tag_type": "Other"
554554
},
555+
{
556+
"name": "Spring",
557+
"value": "spring",
558+
"tag_type": "Other"
559+
},
555560
{
556561
"name": "Template-Languages",
557562
"value": "template",

data/api/tools.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7092,7 +7092,7 @@
70927092
"plans": null,
70937093
"description": "Software complexity analysis of JavaScript-family abstract syntax trees.",
70947094
"discussion": null,
7095-
"deprecated": true,
7095+
"deprecated": null,
70967096
"resources": null,
70977097
"reviews": null,
70987098
"demos": null,
@@ -18146,6 +18146,44 @@
1814618146
"demos": null,
1814718147
"wrapper": null
1814818148
},
18149+
"seqra": {
18150+
"name": "Seqra",
18151+
"categories": [
18152+
"linter"
18153+
],
18154+
"languages": [
18155+
"java",
18156+
"kotlin"
18157+
],
18158+
"other": [
18159+
"ci",
18160+
"security",
18161+
"spring",
18162+
"yaml"
18163+
],
18164+
"licenses": [
18165+
"MIT"
18166+
],
18167+
"types": [
18168+
"cli"
18169+
],
18170+
"homepage": "https://seqra.dev",
18171+
"source": "https://github.com/seqra/seqra",
18172+
"pricing": null,
18173+
"plans": null,
18174+
"description": "Security-focused static analyzer for Java and Kotlin web applications. Analyzes bytecode with Semgrep-style YAML rules and CodeQL-grade dataflow (with first-class Spring support) to find vulnerabilities that source-only scanners miss.",
18175+
"discussion": null,
18176+
"deprecated": null,
18177+
"resources": [
18178+
{
18179+
"title": "Static Analysis Showdown: How Semgrep, CodeQL, and Seqra Handle XSS Detection",
18180+
"url": "https://seqra.dev/blog/semgrep-vs-codeql-vs-seqra"
18181+
}
18182+
],
18183+
"reviews": null,
18184+
"demos": null,
18185+
"wrapper": null
18186+
},
1814918187
"sh": {
1815018188
"name": "sh",
1815118189
"categories": [

0 commit comments

Comments
 (0)