GitShow/facebook/mariana-trench
facebook

mariana-trench

A security focused static analysis tool for Android and Java applications.

by facebook
Star on GitHubForkWebsite

C++

1.3k stars157 forks79 contributorsActive · 10h agoSince 2020MIT

Meet the team

See all 79 on GitHub →
anwesht
anwesht387 contributions
arthaud
arthaud182 contributions
yuhshin-oss
yuhshin-oss98 contributions
SimranVirk
SimranVirk97 contributions
jinghao-meta-oss
jinghao-meta-oss91 contributions
nikolait-meta
nikolait-meta16 contributions
agampe
agampe16 contributions
shannonzhu
shannonzhu9 contributions

Languages

View on GitHub →
C++87.9%
Java7.7%
Python2.3%
CMake0.8%
Common Lisp0.8%
Kotlin0.4%
Other0.1%

Commit activity

Last 12 weeks · 22 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
87
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
rootkiller6788
Fix --sequential flag serialization in the shimMergedPR

Summary The flag in the Python shim was the odd one out among the boolean CLI options: every other boolean flag uses , , , , but used with and no converter or const. This made the flag broken in both usage patterns: the option is -> the shim writes into the config JSON -> treats null as "use default" (false), so the analysis silently runs in parallel even though the user asked for sequential. or -> the option is the string / -> the shim writes into the config -> requires a JSON boolean and throws , aborting the whole analysis. The option is consumed by , where it forces the analysis onto a single thread, so the bug is user-visible. This change aligns with all the other boolean flags so it always serializes to a real JSON boolean.

rootkiller6788 · 10h ago
Structured data for AI agents

Repository: facebook/mariana-trench. Description: A security focused static analysis tool for Android and Java applications. Stars: 1250, Forks: 157. Primary language: C++. Languages: C++ (87.9%), Java (7.7%), Python (2.3%), CMake (0.8%), Common Lisp (0.8%). License: MIT. Homepage: https://mariana-tren.ch/ Open PRs: 4, open issues: 40. Last activity: 10h ago. Community health: 87%. Top contributors: anwesht, arthaud, yuhshin-oss, SimranVirk, jinghao-meta-oss, nikolait-meta, agampe, shannonzhu, antonk52, dkgi and others.

·@ofershap

Replace github.com with gitshow.dev