Skip to content

Commit 0374030

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent dac4704 commit 0374030

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Dialyzer starts its analysis from either debug-compiled BEAM bytecode or from E
474474

475475
- [elvis](https://github.com/inaka/elvis) — Erlang Style Reviewer.
476476

477-
- [Primitive Erlang Security Tool (PEST)](https://github.com/okeuday/pest) — A tool to do a basic scan of Erlang source code and report any function calls that may cause Erlang source code to be insecure.
477+
- [Primitive Erlang Security Tool (PEST)](https://github.com/okeuday/pest) :warning: — A tool to do a basic scan of Erlang source code and report any function calls that may cause Erlang source code to be insecure.
478478

479479

480480
<a name="fsharp" />
@@ -647,7 +647,7 @@ By default, govulncheck makes requests to the Go vulnerability database at https
647647

648648
- [ckjm](http://www.spinellis.gr/sw/ckjm) — Calculates Chidamber and Kemerer object-oriented metrics by processing the bytecode of compiled Java files.
649649

650-
- [CogniCrypt](https://www.eclipse.org/cognicrypt) :warning: — Checks Java source and byte code for incorrect uses of cryptographic APIs.
650+
- [CogniCrypt](https://www.eclipse.org/cognicrypt) — Checks Java source and byte code for incorrect uses of cryptographic APIs.
651651

652652
- [Dataflow Framework](https://github.com/typetools/checker-framework) — An industrial-strength dataflow framework for Java. The Dataflow Framework is used in the Checker Framework, Google’s Error Prone, Uber’s NullAway, Meta’s Nullsafe, and in other contexts. It is distributed with the Checker Framework.
653653

@@ -1351,7 +1351,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
13511351
<h2>Vim Script</h2>
13521352

13531353

1354-
- [vint](https://github.com/Kuniwak/vint) — Fast and Highly Extensible Vim script Language Lint implemented by Python.
1354+
- [vint](https://github.com/Kuniwak/vint) :warning: — Fast and Highly Extensible Vim script Language Lint implemented by Python.
13551355

13561356

13571357
## Multiple languages
@@ -1617,7 +1617,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
16171617

16181618
- [Understand](https://www.scitools.com) :copyright: — Code visualization tool that provides code analysis, standards testing, metrics, graphing, dependency analysis and more for Ada, VHDL, and others.
16191619

1620-
- [Unibeautify](https://unibeautify.com) :warning: — Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more.
1620+
- [Unibeautify](https://unibeautify.com) — Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more.
16211621

16221622
- [Upsource](https://www.jetbrains.com/upsource) :copyright: — Code review tool with static code analysis and code-aware navigation for Java, PHP, JavaScript and Kotlin.
16231623

data/api/tools.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,7 +3984,7 @@
39843984
"plans": null,
39853985
"description": "Checks Java source and byte code for incorrect uses of cryptographic APIs.",
39863986
"discussion": null,
3987-
"deprecated": true,
3987+
"deprecated": null,
39883988
"resources": [
39893989
{
39903990
"title": "Tutorial: CogniCrypt basics, and how to integrate your own Crypto APIs into CognICrypt",
@@ -14331,7 +14331,7 @@
1433114331
"plans": null,
1433214332
"description": "A tool to do a basic scan of Erlang source code and report any function calls that may cause Erlang source code to be insecure.",
1433314333
"discussion": null,
14334-
"deprecated": null,
14334+
"deprecated": true,
1433514335
"resources": null,
1433614336
"reviews": null,
1433714337
"demos": null,
@@ -20331,7 +20331,7 @@
2033120331
"plans": null,
2033220332
"description": "Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more.",
2033320333
"discussion": null,
20334-
"deprecated": true,
20334+
"deprecated": null,
2033520335
"resources": null,
2033620336
"reviews": null,
2033720337
"demos": null,
@@ -20694,7 +20694,7 @@
2069420694
"plans": null,
2069520695
"description": "Fast and Highly Extensible Vim script Language Lint implemented by Python.",
2069620696
"discussion": null,
20697-
"deprecated": null,
20697+
"deprecated": true,
2069820698
"resources": null,
2069920699
"reviews": null,
2070020700
"demos": null,

0 commit comments

Comments
 (0)