mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-11 14:47:58 +08:00
- Check for \u in fast-path check to prevent JSON Unicode escapes from bypassing inspection. - Inspect regex keys under patternProperties and drop keys with unsupported Unicode property escapes. - Add tests covering Unicode escape representations (\u005c, \u0070, \u0050) and patternProperties keys.