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
Prior to this commit the version of rake installed with this project was
vulnerable to an OS command injection attach.
The CVE ID for this is: CVE-2020-8130
This commit fixes the above by removing the version constraint and
ensuring that the latest version of rake is always pulled.
0 commit comments