Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<li><a href="#breaking-changes">Breaking Changes</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#security">Security</a></li>
</ul>

## Breaking Changes
Expand Down Expand Up @@ -329,3 +330,19 @@ app.use('/protected', (req, res, next) => {
next();
});
```

---

## <a name="security"></a>Security

The Frontegg Node.js Client is actively maintained, and its dependencies are kept on current, patched versions. Every pull request runs an automated dependency vulnerability check in CI (configured in [`audit-ci.jsonc`](audit-ci.jsonc)), which fails the build on any high or critical severity advisory in the SDK's production dependencies.

To keep your application protected, always use the latest release:

```bash
npm install @frontegg/client@latest
```

### Reporting a vulnerability

If you discover a security vulnerability in this SDK, please report it responsibly by emailing **security@frontegg.com**. Please do not open a public GitHub issue for security reports.
Loading
Loading