Skip to content

Commit e682e8a

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 0d99150 commit e682e8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
727727

728728
- [JSPrime](https://dpnishant.github.io/jsprime) :warning: — Static security analysis tool.
729729

730-
- [NodeJSScan](https://opensecurity.in) :warning: — A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.
730+
- [NodeJSScan](https://opensecurity.in) — A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.
731731

732732
- [plato](https://github.com/es-analysis/plato) :warning: — Visualize JavaScript source complexity.
733733

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

10161016
- [pycodestyle](https://pycodestyle.pycqa.org/en/latest) — (Formerly `pep8`) Check Python code against some of the style conventions in PEP 8.
10171017

1018-
- [pydocstyle](http://www.pydocstyle.org) — Check compliance with Python docstring conventions.
1018+
- [pydocstyle](http://www.pydocstyle.org) :warning: — Check compliance with Python docstring conventions.
10191019

10201020
- [pyflakes](https://pypi.org/project/pyflakes) — Check Python source files for errors.
10211021

@@ -2098,7 +2098,7 @@ but with the following improvements:
20982098

20992099
- [njsscan](https://opensecurity.in) — A static application testing (SAST) tool that can find insecure code patterns in your node.js applications using simple pattern matcher from libsast and syntax-aware semantic code pattern search tool semgrep.
21002100

2101-
- [NodeJSScan](https://opensecurity.in) :warning: — A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.
2101+
- [NodeJSScan](https://opensecurity.in) — A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.
21022102

21032103
- [standard](http://standardjs.com) — An npm module that checks for Javascript Styleguide issues.
21042104

@@ -2204,7 +2204,7 @@ Kani verifies:
22042204

22052205
- [njsscan](https://opensecurity.in) — A static application testing (SAST) tool that can find insecure code patterns in your node.js applications using simple pattern matcher from libsast and syntax-aware semantic code pattern search tool semgrep.
22062206

2207-
- [NodeJSScan](https://opensecurity.in) :warning: — A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.
2207+
- [NodeJSScan](https://opensecurity.in) — A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.
22082208

22092209
- [Oversecured](https://oversecured.com) :copyright: — Enterprise vulnerability scanner for Android and iOS apps. It allows app owners and developers to secure each new version of a mobile app by integrating Oversecured into the development process.
22102210

data/api/tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12182,7 +12182,7 @@
1218212182
"plans": null,
1218312183
"description": "A static security code scanner for Node.js applications powered by libsast and semgrep that builds on the njsscan cli tool. It features a UI with various dashboards about an application's security status.",
1218412184
"discussion": null,
12185-
"deprecated": true,
12185+
"deprecated": null,
1218612186
"resources": null,
1218712187
"reviews": null,
1218812188
"demos": null,
@@ -14981,7 +14981,7 @@
1498114981
"plans": null,
1498214982
"description": "Check compliance with Python docstring conventions.",
1498314983
"discussion": null,
14984-
"deprecated": null,
14984+
"deprecated": true,
1498514985
"resources": null,
1498614986
"reviews": null,
1498714987
"demos": null,

0 commit comments

Comments
 (0)