Closed 23Skidoo closed 1 year ago
This is an important change that needs to be done. There is a high vulnerability security flaw with older versions of sweet_xml. https://security.snyk.io/vuln/SNYK-HEX-SWEETXML-1088046. Even though SNYK says no fixed, it has been fixed with sweet_xml 7, see https://github.com/kbrw/sweet_xml/issues/71
FYI. Switching to use Hex instead of Github works for allowing the override to work.
Change:
{:soap, git: "https://github.com/potok-digital/soap", tag: "master"}
to:
{:soap, "~> 1.1.0"}
This shouldn't be an issue due to #97
sweet_xml
0.7 was released in July 2021. There are already some libraries likeex_aws
that specifysweet_xml ~> 0.7
in their dependencies, which results in an error whenex_aws
andsoap
are used together.