| tag name | v4.4.2 (f695e8d813b45ebaa742bdb65b1a5bb353c88953) |
| tag date | 2023-11-30 22:34:11 +0700 |
| tagged by | Shulhan <ms@kilabit.info> |
| tagged object | commit cddfc60f10... |
| download | rescached-4.4.2.tar.xz |
|---|
Release rescached v4.4.2 (2023-11-10)
* all: remove loading system hosts file::
Loading and caching system hosts file (for example, /etc/hosts in
POSIX) will leaks internal hosts if the rescached server is open to
public.
The system hosts file are handled by nssswitch.conf "files" internally
so no need to loading it.
* cmd/resolver: replace "math/rand" with "crypto/rand"::
The random number from "math/rand" is predictable if the seed is
known. Even though the random number here is only for generating
unique request ID, we still need to prevent this by using more secure
random number.
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSyS35x1RIQ2SkuGz5KU2C1AMnE8AUCZWirggAKCRBKU2C1AMnE
8M4/AQD0ZyGXR1VO8i3NSg39QX7ntXmNbOuknw4OqPxsaunpYQD/WrFJrvFV7w2R
LDz7uVDSPrR0msG5Ow+9EIL105wGHwg=
=olgc
-----END PGP SIGNATURE-----
