Skip to content

Releases: chmike/CxxUrl

v0.3

30 Sep 08:54
2c8cf9a
Compare
Choose a tag to compare

@russellmcc found out that the user info parsing didn't allow the percent character in the user info, although it is allowed by the specification.

This new release allows now the percent character in the user info.

The changes don't affect security and are backward compatible.

Note that user info with password in URL are deprecated for obvious security reason.

v0.2 (security update)

02 Jul 08:11
265b000
Compare
Choose a tag to compare

@gjasny found multiple out of bound access by running a fuzzer and provided the fix.

This release provides thus an important security fix. Thank you for this highly valuable contribution @gjasny !

The API is unmodified.

v0.1

17 Jul 14:07
Compare
Choose a tag to compare
ensure char is unsigned when encoding in percent