Security alert
Since the first commit merged on main
branch after v.1.5.0
, including docker images tagged as edge
(#537) we had a bug that disabled the basic auth feature. This release include the fix for the bug as well as the new feature that introduced the bug: ie, using and htpasswd file for basic auth credentials.
What's Changed
- add http-auth-htpasswd by @aspacca in https://github.com/dutchcoders/transfer.sh/pull/537
- add IP_FILTERLIST_BYPASS_HTTP_AUTH by @aspacca in https://github.com/dutchcoders/transfer.sh/pull/538
- Add
Vary
headers in responses by @kotx in https://github.com/dutchcoders/transfer.sh/pull/536 - call WriteHeader after last change to header map by @aspacca in https://github.com/dutchcoders/transfer.sh/pull/542
- Add charset to content type in getHandler by @snowphone in https://github.com/dutchcoders/transfer.sh/pull/545
- Dockerfile: Use Go 1.20 by default by @adamantike in https://github.com/dutchcoders/transfer.sh/pull/550
- Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 by @dependabot in https://github.com/dutchcoders/transfer.sh/pull/552
- Add mime.types to docker container to select charset properly by @snowphone in https://github.com/dutchcoders/transfer.sh/pull/547
- Upgrade github.com/urfave/cli to v2 by @adamantike in https://github.com/dutchcoders/transfer.sh/pull/551
- Improve purgeTime display in web page by @natilou in https://github.com/dutchcoders/transfer.sh/pull/558
- Improve Docker layer caching for Go dependencies by @adamantike in https://github.com/dutchcoders/transfer.sh/pull/560
- Upgrade aws-sdk-go to v2 by @adamantike in https://github.com/dutchcoders/transfer.sh/pull/559
- fix basic auth by @aspacca in https://github.com/dutchcoders/transfer.sh/pull/564
New Contributors
- @kotx made their first contribution in https://github.com/dutchcoders/transfer.sh/pull/536
- @snowphone made their first contribution in https://github.com/dutchcoders/transfer.sh/pull/545
- @adamantike made their first contribution in https://github.com/dutchcoders/transfer.sh/pull/550
- @natilou made their first contribution in https://github.com/dutchcoders/transfer.sh/pull/558
Full Changelog: https://github.com/dutchcoders/transfer.sh/compare/v1.5.0...v1.6.0