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
Cron-utils does not follow the spirit of Wisp: keep it small and efficient. Moreover, cron-utils has recurring security issues due to poor design choices and especially relying to javax.el.
Cron-utils does not follow the spirit of Wisp: keep it small and efficient. Moreover, cron-utils has recurring security issues due to poor design choices and especially relying to
javax.el
.https://github.com/frode-carlsen/cron/tree/master/java8 seem a good candidate: everything is contained is one class of 650 lines, without any dependencies. Though it does not seem to be available on Maven central.
The text was updated successfully, but these errors were encountered: