We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0caec07 commit e4bcbfeCopy full SHA for e4bcbfe
1 file changed
README.md
@@ -80,8 +80,8 @@ directory, not just the jar. Without `binaries`, SQL injection detection is disa
80
<details>
81
<summary>Seeing <code>System::load has been called ... in an unnamed module</code> on Java 22+?</summary>
82
83
-This warning (and similar ones about restricted/deprecated methods) is safe to ignore for now - Zen keeps working,
84
-since `--illegal-native-access` still defaults to `warn`, not `deny`, on Java 25.
+This warning is safe to ignore for now - SQL injection detection still works, since `--illegal-native-access`
+still defaults to `warn`, not `deny`, on Java 25.
85
86
To get rid of it, add `--enable-native-access=ALL-UNNAMED` to your Java command, or set it through the
87
`JDK_JAVA_OPTIONS` environment variable so you don't have to touch your existing startup command:
0 commit comments