nccgroup / sobelow

Security-focused static analysis for the Phoenix Framework
Apache License 2.0
1.66k stars 92 forks source link

Upgrade to Elixir 1.15 #143

Closed danschultzer closed 1 year ago

danschultzer commented 1 year ago

Inets and SSL needs to be loaded in Elixir 1.15 due to code load changes. This is identical to how it was resolved in tailwind: https://github.com/phoenixframework/tailwind/commit/68185c77c7f83c6b634cc7624b19633cb61b83d2

I believe the JSON test fails due to changes for key order in map with OTP 26, so I'm comparing maps rather than encoded strings.

houllette commented 1 year ago

Thanks for the contribution, @danschultzer! 🙂