A new Patch release of elm/json package is available with updated kernel code for stricter validation. This release has no API changes and you can safely update your projects and libraries.
6 Likes
I read the code delta but I didn’t really understand it. What effect does this change have?
1 Like
It makes you immune to Elm packages that try to run arbitrary JavaScript code using elm/json. (No such packages are known to exist.)
Kudos to @miniBill for finding these vulnerabilities. I just helped making that summary gist.
11 Likes
Hackers are devious but Elmers more so… great find @minibill.
5 Likes
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.