Commit 7915ac5
committed
Bugfix: Prevent cleartext transmission of tz data during build
grunt build script downloaded tz data via unencrypted ftp, which could
enable an attacker to MITM and provide a bogus tz data, compromising the
build pipeline or the whole build moment.
Switch to using an https endpoing provided by IANA to avoid this.
Advisory: GHSA-v78c-4p63-2j6c1 parent ce955a3 commit 7915ac5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments