Skip to content

Commit 86eae8a

Browse files
committed
Add MISS_HIT for MATLAB analysis
1 parent f579243 commit 86eae8a

3 files changed

Lines changed: 53 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
283283

284284
- [Gendarme](https://www.mono-project.com/docs/tools+libraries/tools/gendarme) — Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET).
285285

286-
- **Infer#** :warning: — InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
286+
- [Infer#](https://github.com/microsoft/infersharp) — InferSharp (also referred to as Infer#) is an interprocedural and scalable static code analyzer for C#. Via the capabilities of Facebook's Infer, this tool detects null pointer dereferences and resource leaks.
287287

288288
- [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) — A Roslyn analyzer to enforce some good practices in C# in terms of design, usage, security, performance, and style.
289289

@@ -773,6 +773,8 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,
773773
<h2>MATLAB</h2>
774774

775775

776+
- [MISS_HIT](https://misshit.org/) — MISS_HIT is a free, open-source code quality toolset for MATLAB, Simulink, and Octave. It includes MH Style (style checker and formatter), MH Metrics (complexity metrics), MH Lint (static analysis), MH Trace (requirements traceability), and MH Copyright (copyright management). Designed to work standalone without requiring MATLAB/Octave installation.
777+
776778
- [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) :copyright: — Check MATLAB code files for possible problems.
777779

778780

@@ -1705,7 +1707,7 @@ Loading address: binbloom can parse a raw binary firmware and determine its load
17051707

17061708
- [Ghidra](https://ghidra-sre.org) — A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission
17071709

1708-
- [Hopper](https://www.hopperapp.com/) :copyright: — macOS and Linux reverse engineering tool that lets you disassemble, decompile and debug applications. Hopper displays the code using different representations, e.g. the Control Flow Graph, and the pseudo-code of a procedure. Supports Apple Silicon.
1710+
- **Hopper** :warning: :copyright: — macOS and Linux reverse engineering tool that lets you disassemble, decompile and debug applications. Hopper displays the code using different representations, e.g. the Control Flow Graph, and the pseudo-code of a procedure. Supports Apple Silicon.
17091711

17101712
- [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware) :copyright: — Binary code analysis tool.
17111713

@@ -2201,7 +2203,7 @@ It does this by running periodic diff outputs against heuristically crafted rege
22012203

22022204
- [gokart](https://github.com/praetorian-inc/gokart) — Golang security analysis with a focus on minimizing false positives. It is capable of tracing the source of variables and function arguments to determine whether input sources are safe.
22032205

2204-
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2206+
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
22052207

22062208
- **iblessing** :warning: — iblessing is an iOS security exploiting toolkit. It can be used for reverse engineering, binary analysis and vulnerability mining.
22072209

@@ -2364,7 +2366,7 @@ TruffleHog is an open source secret-scanning engine that resolves exposed secret
23642366

23652367
- [GitGuardian ggshield](https://www.gitguardian.com/ggshield) — ggshield is a CLI application that runs in your local environment or in a CI environment to help you detect more than 350+ types of secrets, as well as other potential security vulnerabilities or policy breaks affecting your codebase.
23662368

2367-
- [HasMySecretLeaked](https://gitguardian.com/hasmysecretleaked) :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
2369+
- **HasMySecretLeaked** :warning: :copyright: — HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.
23682370

23692371

23702372
## More Collections

data/api/tools.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9084,7 +9084,7 @@
90849084
"plans": null,
90859085
"description": "HasMySecretLeaked is a project from GitGuardian that aims to help individual users and organizations search across 20 million exposed secrets to verify if their developer secrets have leaked on public repositories, gists, and issues on GitHub projects.",
90869086
"discussion": null,
9087-
"deprecated": null,
9087+
"deprecated": true,
90889088
"resources": null,
90899089
"reviews": null,
90909090
"demos": null,
@@ -11783,7 +11783,7 @@
1178311783
"plans": null,
1178411784
"description": "Format markdown code blocks using your favorite code formatters.",
1178511785
"discussion": null,
11786-
"deprecated": null,
11786+
"deprecated": false,
1178711787
"resources": null,
1178811788
"reviews": null,
1178911789
"demos": null,
@@ -11984,6 +11984,34 @@
1198411984
"demos": null,
1198511985
"wrapper": null
1198611986
},
11987+
"miss-hit": {
11988+
"name": "MISS_HIT",
11989+
"categories": [
11990+
"linter",
11991+
"formatter"
11992+
],
11993+
"languages": [
11994+
"matlab"
11995+
],
11996+
"other": [],
11997+
"licenses": [
11998+
"GPL-3.0"
11999+
],
12000+
"types": [
12001+
"cli"
12002+
],
12003+
"homepage": "https://misshit.org/",
12004+
"source": "https://github.com/florianschanda/miss_hit",
12005+
"pricing": null,
12006+
"plans": null,
12007+
"description": "MISS_HIT is a free, open-source code quality toolset for MATLAB, Simulink, and Octave. It includes MH Style (style checker and formatter), MH Metrics (complexity metrics), MH Lint (static analysis), MH Trace (requirements traceability), and MH Copyright (copyright management). Designed to work standalone without requiring MATLAB/Octave installation.",
12008+
"discussion": null,
12009+
"deprecated": null,
12010+
"resources": null,
12011+
"reviews": null,
12012+
"demos": null,
12013+
"wrapper": null
12014+
},
1198712015
"misspell": {
1198812016
"name": "misspell",
1198912017
"categories": [

data/tools/misshit.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: MISS_HIT
2+
categories:
3+
- linter
4+
- formatter
5+
tags:
6+
- matlab
7+
license: GPL-3.0
8+
types:
9+
- cli
10+
source: "https://github.com/florianschanda/miss_hit"
11+
homepage: "https://misshit.org/"
12+
description: >-
13+
MISS_HIT is a free, open-source code quality toolset for MATLAB, Simulink,
14+
and Octave. It includes MH Style (style checker and formatter), MH Metrics
15+
(complexity metrics), MH Lint (static analysis), MH Trace (requirements
16+
traceability), and MH Copyright (copyright management). Designed to work
17+
standalone without requiring MATLAB/Octave installation.

0 commit comments

Comments
 (0)