Skip to content

Commit 2dfe556

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent c81b0f5 commit 2dfe556

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
14511451

14521452
- [Depends](https://github.com/multilang-depends/depends) — Analyses the comprehensive dependencies of code elements for Java, C/C++, Ruby.
14531453

1454+
- [DerScanner](https://derscanner.com/) :copyright: — Multi-language Static Application Security Testing (SAST) platform that detects critical vulnerabilities, including hardcoded secrets, weak cryptography, backdoors, SQL injections, insecure configurations, etc.
1455+
14541456
- [DevSkim](https://github.com/microsoft/devskim) — Regex-based static analysis tool for Visual Studio, VS Code, and Sublime Text - C/C++, C#, PHP, ASP, Python, Ruby, Java, and others.
14551457

14561458
- [dotenet-format](https://github.com/dotnet/format) — A code formatter for .NET. Preferences will be read from an `.editorconfig` file, if present, otherwise a default set of preferences will be used. At this time dotnet-format is able to format C# and Visual Basic projects with a subset of supported `.editorconfig` options.

data/api/tools.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5323,6 +5323,66 @@
53235323
"demos": null,
53245324
"wrapper": null
53255325
},
5326+
"derscanner": {
5327+
"name": "DerScanner",
5328+
"categories": [
5329+
"linter"
5330+
],
5331+
"languages": [
5332+
"abap",
5333+
"asp",
5334+
"apex",
5335+
"c",
5336+
"csharp",
5337+
"cpp",
5338+
"cobol",
5339+
"dart",
5340+
"delphi",
5341+
"go",
5342+
"groovy",
5343+
"java",
5344+
"javascript",
5345+
"kotlin",
5346+
"objectivec",
5347+
"pascal",
5348+
"perl",
5349+
"php",
5350+
"plsql",
5351+
"python",
5352+
"ruby",
5353+
"rust",
5354+
"scala",
5355+
"swift",
5356+
"vbscript",
5357+
"vbasic",
5358+
"vbnet"
5359+
],
5360+
"other": [
5361+
"html",
5362+
"mobile",
5363+
"nodejs",
5364+
"security",
5365+
"xml"
5366+
],
5367+
"licenses": [
5368+
"proprietary"
5369+
],
5370+
"types": [
5371+
"cli",
5372+
"service"
5373+
],
5374+
"homepage": "https://derscanner.com/",
5375+
"source": null,
5376+
"pricing": "https://derscanner.com/pricing",
5377+
"plans": null,
5378+
"description": "Multi-language Static Application Security Testing (SAST) platform that detects critical vulnerabilities, including hardcoded secrets, weak cryptography, backdoors, SQL injections, insecure configurations, etc.",
5379+
"discussion": null,
5380+
"deprecated": null,
5381+
"resources": null,
5382+
"reviews": null,
5383+
"demos": null,
5384+
"wrapper": null
5385+
},
53265386
"designite": {
53275387
"name": "Designite",
53285388
"categories": [

0 commit comments

Comments
 (0)