Skip to content

Commit e4bcbfe

Browse files
committed
Mention that SQL injection stays working
1 parent 0caec07 commit e4bcbfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ directory, not just the jar. Without `binaries`, SQL injection detection is disa
8080
<details>
8181
<summary>Seeing <code>System::load has been called ... in an unnamed module</code> on Java 22+?</summary>
8282

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.
83+
This warning is safe to ignore for now - SQL injection detection still works, since `--illegal-native-access`
84+
still defaults to `warn`, not `deny`, on Java 25.
8585

8686
To get rid of it, add `--enable-native-access=ALL-UNNAMED` to your Java command, or set it through the
8787
`JDK_JAVA_OPTIONS` environment variable so you don't have to touch your existing startup command:

0 commit comments

Comments
 (0)