Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Oct 29, 2024
1 parent c81b0f5 commit 2dfe556
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

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

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

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

- [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.
Expand Down
60 changes: 60 additions & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -5323,6 +5323,66 @@
"demos": null,
"wrapper": null
},
"derscanner": {
"name": "DerScanner",
"categories": [
"linter"
],
"languages": [
"abap",
"asp",
"apex",
"c",
"csharp",
"cpp",
"cobol",
"dart",
"delphi",
"go",
"groovy",
"java",
"javascript",
"kotlin",
"objectivec",
"pascal",
"perl",
"php",
"plsql",
"python",
"ruby",
"rust",
"scala",
"swift",
"vbscript",
"vbasic",
"vbnet"
],
"other": [
"html",
"mobile",
"nodejs",
"security",
"xml"
],
"licenses": [
"proprietary"
],
"types": [
"cli",
"service"
],
"homepage": "https://derscanner.com/",
"source": null,
"pricing": "https://derscanner.com/pricing",
"plans": null,
"description": "Multi-language Static Application Security Testing (SAST) platform that detects critical vulnerabilities, including hardcoded secrets, weak cryptography, backdoors, SQL injections, insecure configurations, etc.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"designite": {
"name": "Designite",
"categories": [
Expand Down

0 comments on commit 2dfe556

Please sign in to comment.