Skip to content

Commit fd9c905

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 4cb4b56 commit fd9c905

File tree

2 files changed

+66
-3
lines changed

2 files changed

+66
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,8 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
662662

663663
- [JBMC](https://www.cprover.org/jbmc) — Bounded model-checker for Java (bytecode), verifies user-defined assertions, standard assertions, several coverage metric analyses.
664664

665+
- [JLiSA](https://github.com/lisa-analyzer/jlisa) — An abstract interpretation-based static analyzer for Java build upon the [LiSA](https://github.com/lisa-analyzer/lisa) framekwork.
666+
665667
- [Mariana Trench](https://mariana-tren.ch/) — Our security focused static analysis tool for Android and Java applications. Mariana Trench analyzes Dalvik bytecode and is built to run fast on large codebases (10s of millions of lines of code). It can find vulnerabilities as code changes, before it ever lands in your repository.
666668

667669
- [NullAway](https://github.com/uber/NullAway) — Type-based null-pointer checker with low build-time overhead; an [Error Prone](http://errorprone.info/) plugin.
@@ -1016,6 +1018,8 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10161018

10171019
- [pylyzers](https://mtshiba.github.io/pylyzer/) — A static code analyzer / language server for Python, written in Rust, focused on type checking and readable output.
10181020

1021+
- [Pyra](https://github.com/spangea/Pyra) — Pyra is a high-level linter static analyzer for data science applications written in Python, that helps developers identify potential issues in their data science code written in Python, as an extension of [Lyra](https://github.com/caterinaurban/Lyra).
1022+
10191023
- **pyre-check** :warning: — A fast, scalable type checker for large Python codebases. Pyre-check has been superseded by Pyrefly, its next iteration.
10201024

10211025
- [pyrefly](https://pyrefly.org/) — A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.
@@ -1615,7 +1619,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
16151619

16161620
- [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.
16171621

1618-
- [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.
1622+
- **ShiftLeft Scan** :warning: — 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. Note: ShiftLeft rebranded to Qwiet AI in 2023, which was subsequently acquired by Harness in September 2025. This open-source project is no longer maintained.
16191623

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

data/api/tools.json

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10371,6 +10371,33 @@
1037110371
"demos": null,
1037210372
"wrapper": null
1037310373
},
10374+
"jlisa": {
10375+
"name": "JLiSA",
10376+
"categories": [
10377+
"linter"
10378+
],
10379+
"languages": [
10380+
"java"
10381+
],
10382+
"other": [],
10383+
"licenses": [
10384+
"MIT license"
10385+
],
10386+
"types": [
10387+
"cli"
10388+
],
10389+
"homepage": "https://github.com/lisa-analyzer/jlisa",
10390+
"source": "https://github.com/lisa-analyzer/jlisa",
10391+
"pricing": null,
10392+
"plans": null,
10393+
"description": "An abstract interpretation-based static analyzer for Java build upon the [LiSA](https://github.com/lisa-analyzer/lisa) framekwork.",
10394+
"discussion": null,
10395+
"deprecated": null,
10396+
"resources": null,
10397+
"reviews": null,
10398+
"demos": null,
10399+
"wrapper": null
10400+
},
1037410401
"joern": {
1037510402
"name": "Joern",
1037610403
"categories": [
@@ -15997,6 +16024,38 @@
1599716024
"demos": null,
1599816025
"wrapper": null
1599916026
},
16027+
"pyra": {
16028+
"name": "Pyra",
16029+
"categories": [
16030+
"linter"
16031+
],
16032+
"languages": [
16033+
"python"
16034+
],
16035+
"other": [],
16036+
"licenses": [
16037+
"MPL-2.0 license"
16038+
],
16039+
"types": [
16040+
"cli"
16041+
],
16042+
"homepage": "https://github.com/spangea/Pyra",
16043+
"source": "https://github.com/spangea/Pyra",
16044+
"pricing": null,
16045+
"plans": null,
16046+
"description": "Pyra is a high-level linter static analyzer for data science applications written in Python, that helps developers identify potential issues in their data science code written in Python, as an extension of [Lyra](https://github.com/caterinaurban/Lyra).",
16047+
"discussion": null,
16048+
"deprecated": null,
16049+
"resources": [
16050+
{
16051+
"title": "Demo",
16052+
"url": "https://www.youtube.com/watch?v=D-AsyuhsTyo"
16053+
}
16054+
],
16055+
"reviews": null,
16056+
"demos": null,
16057+
"wrapper": null
16058+
},
1600016059
"pyre-check": {
1600116060
"name": "pyre-check",
1600216061
"categories": [
@@ -18380,9 +18439,9 @@
1838018439
"source": "https://github.com/ShiftLeftSecurity/sast-scan",
1838118440
"pricing": null,
1838218441
"plans": null,
18383-
"description": "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.",
18442+
"description": "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. Note: ShiftLeft rebranded to Qwiet AI in 2023, which was subsequently acquired by Harness in September 2025. This open-source project is no longer maintained.",
1838418443
"discussion": null,
18385-
"deprecated": null,
18444+
"deprecated": true,
1838618445
"resources": null,
1838718446
"reviews": null,
1838818447
"demos": null,

0 commit comments

Comments
 (0)