From 1d3f0d92d1a26fed163fe80e52698e7314410cec Mon Sep 17 00:00:00 2001 From: CFionaF <72554686+CFionaBF@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:00:05 -0400 Subject: [PATCH] Revise security policy for clarity and updates Updated security policy to clarify supported versions and reporting process. --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..45c11e5 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +Only the latest stable version of lagent receives security updates. Make sure you are running the most recent release. + + +## Reporting a Vulnerability + + +Please do not open public issues for security problems. +Instead, use GitHub's "Report a vulnerability" feature in the Security tab of this repository. We will review and respond as soon as possible. + +## Security Updates + +If we fix a vulnerability, we will announce it in the release notes. Keep your installation up to date to receive the latest fixes.