Skip to content

Commit 2564d4b

Browse files
vveerrggclaude
andcommitted
docs: add dependency vulnerability status to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5d69c9 commit 2564d4b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,14 @@ server.broadcast({
229229
});
230230
```
231231

232+
## Security
233+
234+
### Dependency Vulnerability Status
235+
236+
We actively monitor and address security vulnerabilities in this codebase. **`npm audit --omit=dev` reports zero vulnerabilities** for this package — there are no known security issues in production dependencies.
237+
238+
Any remaining `npm audit` findings are in development-only tooling (eslint, typescript-eslint, vitest, typedoc, etc.) and stem from transitive dependencies with no upstream fix available. These are devDependencies that are never included in the published package and pose no risk to consumers of this library. We monitor upstream fixes and update promptly when they become available.
239+
232240
## Contributing
233241

234242
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.

0 commit comments

Comments
 (0)