docs(nx-dev): fix typo (#31677)

Update callout type from 'warn' to 'warning' in CVE blog post.
This commit is contained in:
Benjamin Cabanes 2025-06-20 16:59:15 -04:00 committed by GitHub
parent df75799ed7
commit 8026885128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ The CREEP vulnerability allows any contributor with pull request privileges to i
- Nx Cloud is **NOT** affected due to its security architecture - Nx Cloud is **NOT** affected due to its security architecture
- Review this post to determine if your self-hosted cache solution is vulnerable - Review this post to determine if your self-hosted cache solution is vulnerable
{% callout type="warn" title="DIY implementations are vulnerable" %} {% callout type="warning" title="DIY implementations are vulnerable" %}
DIY remote caches are likely vulnerable. Scanners won't catch all affected implementations, so understanding the vulnerability is crucial. DIY remote caches are likely vulnerable. Scanners won't catch all affected implementations, so understanding the vulnerability is crucial.
{% /callout %} {% /callout %}