Open a [GitHub issue](https://github.com/SkillDoAI/llmposter/issues) or email the maintainers directly. We aim to respond within 48 hours.
**Why this doesn't affect llmposter:**
llmposter is a test mock server. The `rsa` crate is used only by `oauth-mock` to sign and verify JWTs in test fixtures. No real private keys, user credentials, or sensitive data are ever processed. The Marvin Attack requires an attacker to measure RSA decryption timing against a long-lived server handling real secrets — none of which apply here.
The advisory is suppressed in `.cargo/audit.toml`. It will be removed when `oauth-mock` or `jsonwebtoken` ships a patched `rsa` dependency.