Skip to content

Commit 481bb65

Browse files
author
Nigel Stuke
committed
chore(render): regenerate README and API
1 parent 15fe935 commit 481bb65

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
282282

283283
- [Gendarme](https://www.mono-project.com/docs/tools+libraries/tools/gendarme) — Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET).
284284

285-
- **Infer#** :warning: — InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
285+
- [Infer#](https://github.com/microsoft/infersharp) — InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
286286

287287
- [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) — A Roslyn analyzer to enforce some good practices in C# in terms of design, usage, security, performance, and style.
288288

@@ -1016,7 +1016,7 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10161016

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

1019-
- [pyre-check](https://pyre-check.org) — A fast, scalable type checker for large Python codebases.
1019+
- [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.
10201020

10211021
- [pyright](https://github.com/Microsoft/pyright) — Static type checker for Python, created to address gaps in existing tools like mypy.
10221022

@@ -1060,7 +1060,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
10601060
<h2>R</h2>
10611061

10621062

1063-
- [CodeDepends](https://github.com/duncantl/CodeDepends) — Static Code Analysis for R.
1063+
- **CodeDepends** :warning: — Static Code Analysis for R.
10641064

10651065
- [cyclocomp](https://github.com/MangoTheCat/cyclocomp) — Quantifies the cyclomatic complexity of R functions / expressions.
10661066

@@ -1561,7 +1561,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
15611561

15621562
- [parasoft](https://www.parasoft.com/) :copyright: — Automated Software Testing Solutions for unit-, API-, and web UI testing. Complies with MISRA, OWASP, and others.
15631563

1564-
- [pfff](https://github.com/facebookarchive/pfff/wiki/Main) — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
1564+
- **pfff** :warning: — Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.
15651565

15661566
- [Pixee](https://pixee.ai) :copyright: — Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.
15671567

@@ -1647,7 +1647,7 @@ It supports multiple languages and is designed to be extensible, allowing you to
16471647

16481648
- [Teamscale](https://www.cqse.eu/en/teamscale/overview/) :copyright: — Static and dynamic analysis tool supporting more than 25 languages and direct IDE integration. Free hosting for Open Source projects available on request. Free academic licenses available.
16491649

1650-
- [TencentCodeAnalysis](https://tca.tencent.com/) — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
1650+
- **TencentCodeAnalysis** :warning: — Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.
16511651

16521652
- [ThreatMapper](https://github.com/deepfence/ThreatMapper) — Vulnerability Scanner and Risk Evaluation for containers, serverless and hosts at runtime. ThreatMapper generates runtime BOMs from dependencies and operating system packages, matches against multiple threat feeds, scans for unprotected secrets, and scores issues based on severity and risk-of-exploit.
16531653

@@ -1741,7 +1741,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
17411741

17421742
- [Ghidra](https://ghidra-sre.org) — A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission
17431743

1744-
- [Hopper](https://www.hopperapp.com/) :copyright: — macOS and Linux reverse engineering tool that lets you disassemble, decompile and debug applications. Hopper displays the code using different representations, e.g. the Control Flow Graph, and the pseudo-code of a procedure. Supports Apple Silicon.
1744+
- **Hopper** :warning: :copyright: — macOS and Linux reverse engineering tool that lets you disassemble, decompile and debug applications. Hopper displays the code using different representations, e.g. the Control Flow Graph, and the pseudo-code of a procedure. Supports Apple Silicon.
17451745

17461746
- [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware) :copyright: — Binary code analysis tool.
17471747

data/api/tools.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,7 +3498,7 @@
34983498
"plans": null,
34993499
"description": "Static Code Analysis for R.",
35003500
"discussion": null,
3501-
"deprecated": null,
3501+
"deprecated": true,
35023502
"resources": null,
35033503
"reviews": null,
35043504
"demos": null,
@@ -12166,7 +12166,7 @@
1216612166
"plans": null,
1216712167
"description": "Format markdown code blocks using your favorite code formatters.",
1216812168
"discussion": null,
12169-
"deprecated": null,
12169+
"deprecated": false,
1217012170
"resources": null,
1217112171
"reviews": null,
1217212172
"demos": null,
@@ -13841,7 +13841,7 @@
1384113841
"plans": null,
1384213842
"description": "Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.",
1384313843
"discussion": null,
13844-
"deprecated": null,
13844+
"deprecated": true,
1384513845
"resources": null,
1384613846
"reviews": null,
1384713847
"demos": null,
@@ -15997,8 +15997,8 @@
1599715997
"demos": null,
1599815998
"wrapper": null
1599915999
},
16000-
"pyre-check": {
16001-
"name": "pyre-check",
16000+
"pyrefly": {
16001+
"name": "pyrefly",
1600216002
"categories": [
1600316003
"linter"
1600416004
],
@@ -16012,11 +16012,11 @@
1601216012
"types": [
1601316013
"cli"
1601416014
],
16015-
"homepage": "https://pyre-check.org",
16016-
"source": "https://github.com/facebook/pyre-check",
16015+
"homepage": "https://pyrefly.org/",
16016+
"source": "https://github.com/facebook/pyrefly",
1601716017
"pricing": null,
1601816018
"plans": null,
16019-
"description": "A fast, scalable type checker for large Python codebases.",
16019+
"description": "A fast, incremental type checker and language server for Python, providing IDE features like code navigation, semantic highlighting, and code completion.",
1602016020
"discussion": null,
1602116021
"deprecated": null,
1602216022
"resources": null,
@@ -20494,7 +20494,7 @@
2049420494
"plans": null,
2049520495
"description": "Tencent Cloud Code Analysis (TCA for short, code-named CodeDog inside the company early) is a comprehensive platform for code analysis and issue tracking. TCA consist of three components, server, web and client. It integrates of a number of self-developed tools, and also supports dynamic integration of code analysis tools in various programming languages.",
2049620496
"discussion": null,
20497-
"deprecated": null,
20497+
"deprecated": true,
2049820498
"resources": null,
2049920499
"reviews": null,
2050020500
"demos": null,

0 commit comments

Comments
 (0)