[P1] Ensure usage of RFC2822 or ISO date strings with moment() #52
Labels
backend
Related to server / worker code
frontend
Related to app / game client code
help wanted
Extra attention is needed
security
There is a minor vulnerability in our version of
moment
: https://security.snyk.io/vuln/SNYK-JS-MOMENT-2440688)Upgrading to v2.29.2 will resolve this, but we have several date strings which don't satisfy RFC2822 or ISO formats (which raise errors in the new version).
We should update these strings and then upgrade
moment
.See http://momentjs.com/guides/#/warnings/js-date/ for more info.
The text was updated successfully, but these errors were encountered: