You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using jinjava 2.7.2, and noticed that the recent vulnerability CVE-2025-59340 has been addressed in jinjava 2.8.1.
However, starting from 2.8.x, Jinjava requires Java 17 or higher. Since our environment still relies on **Java 11 **, we are unable to upgrade to 2.8.1 to obtain the security fix.
Would it be possible to:
Backport the fix to a 2.7.x release (e.g., 2.7.5),
or
Provide Java 11 compatibility in the 2.8.x line so that users on Java 11 can adopt the fix?