Skip to content

Commit

Permalink
Use https url for wabt submodule
Browse files Browse the repository at this point in the history
A user agent that doesn't respect hsts could potentially be coerced into downloading malicious sources for wabt via a mitm attack. Prevent this by using a https upstream like the other submodules already do
  • Loading branch information
coderobe authored and spoonincode committed Jan 14, 2019
1 parent 1eb771f commit 640c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -29,4 +29,4 @@
url = https://github.com/EOSIO/fc
[submodule "libraries/wabt"]
path = libraries/wabt
url = http://github.com/EOSIO/wabt
url = https://github.com/EOSIO/wabt

0 comments on commit 640c499

Please sign in to comment.