[v1.101.0]
- Fixed asymmetric JWT validation panics by using a single
jsonwebtokencrypto backend and adding RS256 regression coverage. Thanks @AgentEnder. #386 - Validator panics now fail that validation result instead of crashing the scan, with panic payloads kept out of cached and user-visible validation responses. Thanks @AgentEnder. #387
- Reduced
failed to spawn threaderrors in validation-heavy scans by capping Tokio blocking pools for the main and artifact-fetcher runtimes and raising the Unix softRLIMIT_NPROCbefore worker startup.