1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-29 12:07:47 +00:00

dump(unicode.utf-8-bypass): update

This commit is contained in:
RGBCube 2025-07-03 18:43:29 +03:00
parent 9d1b0cbde8
commit 798cb382e2
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ def --wrapped sync [...arguments] {
--delete --recursive --force
--delete-excluded
--delete-missing-arguments
--delete-missing-args
--human-readable
--delay-updates

View file

@ -8,7 +8,8 @@ slash) character in UTF-8 in 3 different ways?
These were `0x2F`, or `0xC0 0xAF`, or `0xE0 0x80 0xAF`.
This led to security issues and let attackers bypass validation logic.
This led to [security issues](https://capec.mitre.org/data/definitions/80.html)
and let attackers bypass validation logic.
The Unicode specification later was revised to say that a UTF-8 encoder must
produce the shortest possible sequence that can represent a codepoint, and a