Skip to content

Commit

Permalink
Update tools.json
Browse files Browse the repository at this point in the history
fixed error change
  • Loading branch information
paolocylock committed Jul 9, 2024
1 parent c245deb commit 4dc2a26
Showing 1 changed file with 17 additions and 80 deletions.
97 changes: 17 additions & 80 deletions _data/tools.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"title": "EVA",
"url": "https://www.cylock.tech",
"owner": "CyLock s.r.l.",
"title": "Codename SCNR",
"url": "https://ecsypno.com/pages/codename-scnr",
"owner": "Ecsypno",
"license": "Commercial",
"platforms": "SaaS",
"note": "AI-based software that empowers anyone to find and fix IT systems’ vulnerabilities with simplicity and time saving!",
"platforms": "Linux",
"note": "Codename SCNR is an intelligent and unrestricted WebAppSec scanner capable of handling modern web applications. (Free Community edition available)",
"type": "DAST"
},
{
Expand All @@ -17,6 +17,15 @@
"note": "Cycode is a complete ASPM that also has its own native scanners tools from code to cloud, including native SAST and native SCA scanners.",
"type": "SAST"
},
{
"title": "EVA",
"url": "https://www.cylock.tech",
"owner": "CyLock s.r.l.",
"license": "Commercial",
"platforms": "SaaS",
"note": "AI-based software that empowers anyone to find and fix IT systems’ vulnerabilities with simplicity and time saving!",
"type": "DAST"
},
{
"title": "OSTE Meta Scanner",
"url": "https://github.com/OSTEsayed/OSTE-Meta-Scan",
Expand Down Expand Up @@ -395,15 +404,6 @@
"note": null,
"type": "SAST"
},
{
"title": "Grendel-Scan",
"url": "http://sourceforge.net/p/grendel/code/ci/c59780bfd41bdf34cc13b27bc3ce694fd3cb7456/tree/",
"owner": "David Byrne",
"license": "Open Source",
"platforms": "Windows, Linux and Macintosh",
"note": null,
"type": "DAST"
},
{
"title": "GoLismero",
"url": "http://www.golismero.com/",
Expand Down Expand Up @@ -1079,15 +1079,6 @@
"note": "A performant type-checker for Python 3, that also has [limited security/data flow analysis](https://pyre-check.org/docs/pysa-basics.html) capabilities.",
"type": "SAST"
},
{
"title": "Security Code Scan",
"url": "https://security-code-scan.github.io/",
"owner": null,
"license": "Open Source or Free",
"platforms": null,
"note": "Static code analyzer for .NET. It will find SQL injections, LDAP injections, XXE, cryptography weakness, XSS and more.",
"type": "SAST"
},
{
"title": "Semgrep",
"url": "https://github.com/returntocorp/semgrep",
Expand Down Expand Up @@ -1403,51 +1394,6 @@
"note": "Enterprise vulnerability scanner for Android and iOS apps. It offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process.",
"type": "SAST"
},
{
"title": "OWASP Code Crawler",
"url": "https://wiki.owasp.org/index.php/Category:OWASP_Code_Crawler",
"owner": "OWASP",
"license": "Open Source",
"platforms": null,
"note": ".NET, Java",
"type": "SAST"
},
{
"title": "OWASP Orizon Project",
"url": "https://wiki.owasp.org/index.php/Category:OWASP_Orizon_Project",
"owner": "OWASP",
"license": "Open Source",
"platforms": null,
"note": "Java",
"type": "SAST"
},
{
"title": "OWASP LAPSE Project",
"url": "https://wiki.owasp.org/index.php/OWASP_LAPSE_Project",
"owner": "OWASP",
"license": "Open Source",
"platforms": null,
"note": "Java",
"type": "SAST"
},
{
"title": "OWASP WAP (Web Application Protection)",
"url": "https://wiki.owasp.org/index.php/OWASP_WAP-Web_Application_Protection",
"owner": "OWASP",
"license": "Open Source",
"platforms": null,
"note": "PHP",
"type": "SAST"
},
{
"title": "Agnitio",
"url": "https://sourceforge.net/projects/agnitiotool/",
"owner": null,
"license": "Open Source or Free",
"platforms": "Windows",
"note": "ASP, ASP.NET, C\\#, Java, Javascript, Perl, PHP, Python, Ruby, VB.NET, XML",
"type": "SAST"
},
{
"title": "SpotBugs",
"url": "https://spotbugs.github.io/",
Expand All @@ -1467,12 +1413,12 @@
"type": "SAST"
},
{
"title": "Microsoft FxCop",
"url": "https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-3.0/bb429476%28v=vs.80%29",
"title": ".NET Code analysis",
"url": "https://learn.microsoft.com/en-us/visualstudio/code-quality/roslyn-analyzers-overview",
"owner": null,
"license": "Open Source or Free",
"platforms": null,
"note": ".NET",
"note": ".NET, successor of Microsoft FxCop",
"type": "SAST"
},
{
Expand All @@ -1484,15 +1430,6 @@
"note": "Android Java, Objective C, Swift",
"type": "SAST"
},
{
"title": ".NET Security Guard",
"url": "https://security-code-scan.github.io/",
"owner": null,
"license": "Open Source or Free",
"platforms": null,
"note": ".NET, C\\#, VB.net",
"type": "SAST"
},
{
"title": "nodejsscan",
"url": "https://github.com/ajinabraham/nodejsscan",
Expand Down

0 comments on commit 4dc2a26

Please sign in to comment.