Skip to content

Commit adebe92

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent bb02d6e commit adebe92

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
180180
<h2>Assembly</h2>
181181

182182

183-
- [STOKE](https://github.com/StanfordPL/stoke) :warning: — A programming-language agnostic stochastic optimizer for the x86_64 instruction set. It uses random search to explore the extremely high-dimensional space of all possible program transformations.
183+
- [STOKE](https://github.com/StanfordPL/stoke) — A programming-language agnostic stochastic optimizer for the x86_64 instruction set. It uses random search to explore the extremely high-dimensional space of all possible program transformations.
184184

185185

186186
<a name="awk" />
@@ -554,9 +554,9 @@ By default, govulncheck makes requests to the Go vulnerability database at https
554554

555555
- [revive](https://revive.run) — Fast, configurable, extensible, flexible, and beautiful linter for Go. Drop-in replacement of golint.
556556

557-
- [safesql](https://github.com/stripe/safesql) :warning: — Static analysis tool for Golang that protects against SQL injections.
557+
- [safesql](https://github.com/stripe/safesql) — Static analysis tool for Golang that protects against SQL injections.
558558

559-
- [shisho](https://github.com/flatt-security/shisho) :warning: — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
559+
- [shisho](https://github.com/flatt-security/shisho) — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
560560

561561
- [staticcheck](https://staticcheck.io) — Go static analysis that specialises in finding bugs, simplifying code and improving performance.
562562

@@ -710,7 +710,7 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
710710

711711
- [tern](https://ternjs.net) — A JavaScript code analyzer for deep, cross-editor language support.
712712

713-
- [TypL](https://typl.dev) :warning: — With TypL, you just write completely standard JS, and the tool figures out your types via powerful inferencing.
713+
- [TypL](https://typl.dev) — With TypL, you just write completely standard JS, and the tool figures out your types via powerful inferencing.
714714

715715
- [xo](https://github.com/xojs/xo) — Opinionated but configurable ESLint wrapper with lots of goodies included. Enforces strict and readable code.
716716

@@ -1084,7 +1084,7 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
10841084

10851085
- [rufo](https://github.com/ruby-formatter/rufo) — An opinionated ruby formatter, intended to be used via the command line as a text-editor plugin, to autoformat files on save or on demand.
10861086

1087-
- [Saikuro](https://metricfu.github.io/Saikuro) :warning: — A Ruby cyclomatic complexity analyzer.
1087+
- [Saikuro](https://metricfu.github.io/Saikuro) — A Ruby cyclomatic complexity analyzer.
10881088

10891089
- [SandiMeter](https://rubygems.org/gems/sandi_meter) :warning: — Static analysis tool for checking Ruby code for Sandi Metz' rules.
10901090

@@ -1151,7 +1151,7 @@ It removes a feature of a dependency and then compiles the project to see if it
11511151

11521152
- [Rudra](https://github.com/sslab-gatech/Rudra) :warning: — Rust Memory Safety & Undefined Behavior Detection. It is capable of analyzing single Rust packages as well as all the packages on crates.io.
11531153

1154-
- [Rust Language Server](https://github.com/rust-lang-nursery/rls) :warning: — Supports functionality such as 'goto definition', symbol search, reformatting, and code completion, and enables renaming and refactorings.
1154+
- [Rust Language Server](https://github.com/rust-lang-nursery/rls) — Supports functionality such as 'goto definition', symbol search, reformatting, and code completion, and enables renaming and refactorings.
11551155

11561156
- [rust-analyzer](https://rust-analyzer.github.io) — Supports functionality such as 'goto definition', type inference, symbol search, reformatting, and code completion, and enables renaming and refactorings.
11571157

@@ -1178,7 +1178,7 @@ It removes a feature of a dependency and then compiles the project to see if it
11781178

11791179
- [sleek](https://github.com/nrempel/sleek) — Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity. The heavy lifting is done by the sqlformat crate.
11801180

1181-
- [sqlcheck](https://github.com/jarulraj/sqlcheck) :warning: — Automatically identify anti-patterns in SQL queries.
1181+
- [sqlcheck](https://github.com/jarulraj/sqlcheck) — Automatically identify anti-patterns in SQL queries.
11821182

11831183
- [SQLFluff](https://www.sqlfluff.com/) — Multiple dialect SQL linter and formatter.
11841184

@@ -1188,7 +1188,7 @@ It removes a feature of a dependency and then compiles the project to see if it
11881188

11891189
- [tsqllint](https://github.com/tsqllint/tsqllint) — T-SQL-specific linter.
11901190

1191-
- [TSqlRules](https://github.com/ashleyglee/TSqlRules) :warning: — TSQL Static Code Analysis Rules for SQL Server.
1191+
- [TSqlRules](https://github.com/ashleyglee/TSqlRules) — TSQL Static Code Analysis Rules for SQL Server.
11921192

11931193
- [Visual Expert](https://www.visual-expert.com) :copyright: — Code analysis for PowerBuilder, Oracle, and SQL Server Explores, analyzes, and documents Code
11941194

@@ -1557,7 +1557,7 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
15571557

15581558
- [WhiteHat Application Security Platform](https://www.whitehatsec.com/platform/static-application-security-testing) :copyright: — WhiteHat Scout (for Developers) combined with WhiteHat Sentinel Source (for Operations) supporting WhiteHat Top 40 and OWASP Top 10.
15591559

1560-
- [Wotan](https://github.com/fimbullinter/wotan) :warning: — Pluggable TypeScript and JavaScript linter.
1560+
- [Wotan](https://github.com/fimbullinter/wotan) — Pluggable TypeScript and JavaScript linter.
15611561

15621562
- [XCode](https://developer.apple.com/xcode) :copyright: — XCode provides a pretty decent UI for [Clang's](https://clang-analyzer.llvm.org/xcode.html) static code analyzer (C/C++, Obj-C).
15631563

@@ -1678,7 +1678,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
16781678

16791679
- [sass-lint](https://github.com/sasstools/sass-lint) :warning: — A Node-only Sass linter for both sass and scss syntax.
16801680

1681-
- [scsslint](https://github.com/brigade/scss-lint) — Linter for SCSS files.
1681+
- [scsslint](https://github.com/brigade/scss-lint) :warning: — Linter for SCSS files.
16821682

16831683
- [Specificity Graph](https://jonassebastianohlsson.com/specificity-graph) — CSS Specificity Graph Generator.
16841684

@@ -2173,7 +2173,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
21732173

21742174
- [kics](https://kics.io/) — Find security vulnerabilities, compliance issues, and infrastructure misconfigurations in your infrastructure-as-code. Supports Terraform, Kubernetes, Docker, AWS CloudFormation and Ansible
21752175

2176-
- [shisho](https://github.com/flatt-security/shisho) :warning: — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
2176+
- [shisho](https://github.com/flatt-security/shisho) — A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.
21772177

21782178

21792179
<a name="translation" />

data/api/tools.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15973,7 +15973,7 @@
1597315973
"plans": null,
1597415974
"description": "Supports functionality such as 'goto definition', symbol search, reformatting, and code completion, and enables renaming and refactorings.",
1597515975
"discussion": null,
15976-
"deprecated": true,
15976+
"deprecated": null,
1597715977
"resources": null,
1597815978
"reviews": null,
1597915979
"demos": null,
@@ -16110,7 +16110,7 @@
1611016110
"plans": null,
1611116111
"description": "Static analysis tool for Golang that protects against SQL injections.",
1611216112
"discussion": null,
16113-
"deprecated": true,
16113+
"deprecated": null,
1611416114
"resources": null,
1611516115
"reviews": null,
1611616116
"demos": null,
@@ -16137,7 +16137,7 @@
1613716137
"plans": null,
1613816138
"description": "A Ruby cyclomatic complexity analyzer.",
1613916139
"discussion": null,
16140-
"deprecated": true,
16140+
"deprecated": null,
1614116141
"resources": null,
1614216142
"reviews": null,
1614316143
"demos": null,
@@ -16434,7 +16434,7 @@
1643416434
"plans": null,
1643516435
"description": "Linter for SCSS files.",
1643616436
"discussion": null,
16437-
"deprecated": null,
16437+
"deprecated": true,
1643816438
"resources": null,
1643916439
"reviews": null,
1644016440
"demos": null,
@@ -16786,7 +16786,7 @@
1678616786
"plans": null,
1678716787
"description": "A lightweight static code analyzer designed for developers and security teams. It allows you to analyze and transform source code with an intuitive DSL similar to sed, but for code.",
1678816788
"discussion": null,
16789-
"deprecated": true,
16789+
"deprecated": null,
1679016790
"resources": null,
1679116791
"reviews": null,
1679216792
"demos": null,
@@ -17641,7 +17641,7 @@
1764117641
"plans": null,
1764217642
"description": "Automatically identify anti-patterns in SQL queries.",
1764317643
"discussion": null,
17644-
"deprecated": true,
17644+
"deprecated": null,
1764517645
"resources": [
1764617646
{
1764717647
"title": "SQLCheck: Automated Detection and Diagnosis of SQL Anti-Patterns",
@@ -18144,7 +18144,7 @@
1814418144
"plans": null,
1814518145
"description": "A programming-language agnostic stochastic optimizer for the x86_64 instruction set. It uses random search to explore the extremely high-dimensional space of all possible program transformations.",
1814618146
"discussion": null,
18147-
"deprecated": true,
18147+
"deprecated": null,
1814818148
"resources": null,
1814918149
"reviews": null,
1815018150
"demos": null,
@@ -19349,7 +19349,7 @@
1934919349
"plans": null,
1935019350
"description": "TSQL Static Code Analysis Rules for SQL Server.",
1935119351
"discussion": null,
19352-
"deprecated": true,
19352+
"deprecated": null,
1935319353
"resources": null,
1935419354
"reviews": null,
1935519355
"demos": null,
@@ -19549,7 +19549,7 @@
1954919549
"plans": null,
1955019550
"description": "With TypL, you just write completely standard JS, and the tool figures out your types via powerful inferencing.",
1955119551
"discussion": null,
19552-
"deprecated": true,
19552+
"deprecated": null,
1955319553
"resources": null,
1955419554
"reviews": null,
1955519555
"demos": null,
@@ -20576,7 +20576,7 @@
2057620576
"plans": null,
2057720577
"description": "Pluggable TypeScript and JavaScript linter.",
2057820578
"discussion": null,
20579-
"deprecated": true,
20579+
"deprecated": null,
2058020580
"resources": null,
2058120581
"reviews": null,
2058220582
"demos": null,

0 commit comments

Comments
 (0)