docs(malware-firewall private beta): Add Java support - #2821
Open
amandadyson-semgrep wants to merge 2 commits into
Open
docs(malware-firewall private beta): Add Java support#2821amandadyson-semgrep wants to merge 2 commits into
amandadyson-semgrep wants to merge 2 commits into
Conversation
Malware Firewall now supports Java via Maven and Gradle. This adds Java to the supported languages, documents Maven Central as a watched registry, and corrects the "no per-tool configuration is needed" claim, which is false for the JVM (it ignores HTTP_PROXY/HTTPS_PROXY; mfw gates Maven/Gradle via CLI shims instead). Also documents the `maven` ecosystem string for `mfw api` and states plainly that no Maven Central demo package exists yet. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Use a semicolon instead of an em dash, and drop the "see the note below" pointer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
amandadyson-semgrep
requested review from
abhijna,
adamberman,
ajbt200128 and
talst
August 31, 2026 22:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for improving Semgrep Docs
What & why
Malware Firewall (private beta) now supports Java (Maven and Gradle). This updates the Malware Firewall private beta page to reflect Java support.
Changes
Before:

After:

repo.maven.apache.org(Maven Central) to the list of watched registries (alongsideregistry.npmjs.org) added JARs to the artifact examples, and corrected the proxy claim for Java.Before:

After:

mfw api— documented the Java ecosystem stringmavenand a Java exampleBefore:

After:

Deliberately NOT changed
mfwcode says the opposite —src/setup/install.rs(resolve_jdk): "skips IDE-bundled JREs, since nothing injects proxy settings into IDE-embedded Maven anyway." mfw gates the command-linemvn/gradle; IDE-embedded builds are not automatically gated. I did not add an IDE section, to avoid documenting the opposite of what ships. Please confirm whether IDE coverage actually shipped and, if so, how.Screenshots
Before/after of the rendered page from a local
mintlify devbuild: https://semgrep-ee9d73d8-amanda-fix-update-mfw-private-beta-docs.mintlify.site/semgrep-supply-chain/malware-firewallPlease ensure: