diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-10 12:45:40 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-07-10 12:46:29 -0400 |
commit | bc964b4b3bf36294206a696ee7c2189b197e9d61 (patch) | |
tree | 34eb22338d4a6c5d9eabc6f26edc9bdb1ba33f93 | |
parent | 33b85e1f8769e7f75721887638ae454d109a034f (diff) | |
download | bfs-bc964b4b3bf36294206a696ee7c2189b197e9d61.tar.xz |
docs/SECURITY: Fix we -> be typo
-rw-r--r-- | docs/SECURITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SECURITY.md b/docs/SECURITY.md index f26efc5..7bcb5e6 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -116,7 +116,7 @@ Supported versions `bfs` comes with [no warranty](/LICENSE), and is maintained by [me](https://tavianator.com/) and [other volunteers](https://github.com/tavianator/bfs/graphs/contributors) in our spare time. In that sense, there are no *supported* versions. However, as long as I maintain `bfs` I will attempt to address any security issues swiftly. -In general, security fixes will we part of the latest release, though for significant issues I may backport fixes to older release series. +In general, security fixes will be part of the latest release, though for significant issues I may backport fixes to older release series. Reporting a vulnerability |