You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bun provides several built-in APIs that are particularly useful for security scanner:
60
60
61
-
-[**Security scanner API Reference**](https://bun.com/docs/install/security): Complete API documentation for security scanners
61
+
-[**Security scanner API Reference**](https://bun.com/docs/install/security-scanner-api): Complete API documentation for security scanners
62
62
-[**`Bun.semver.satisfies()`**](https://bun.com/docs/api/semver): Essential for checking if package versions match vulnerability ranges. No external dependencies needed.
63
63
64
64
```typescript
@@ -106,6 +106,6 @@ security requirements.
106
106
107
107
## Support
108
108
109
-
For docs and questions, see the [Bun documentation](https://bun.com/docs/install/security) or [Join our Discord](https://bun.com/discord).
109
+
For docs and questions, see the [Bun documentation](https://bun.com/docs/install/security-scanner-api) or [Join our Discord](https://bun.com/discord).
110
110
111
111
For template issues, please open an issue in this repository.
0 commit comments