docs: fix typo in security policy

No change to content. This fixes a missing ')' character.
This commit is contained in:
Nate Fischer 2023-09-06 22:28:45 -07:00 committed by Nate Fischer
parent f7a7c75d4d
commit e7ce4df63f

2
.github/SECURITY.md vendored
View File

@ -12,7 +12,7 @@ patch releases on top of whatever was most recently shipped.
If breaking changes have already landed on the main development branch, I may
apply the patch on the relevant release branch (ex.
[`0.8-release`](https://github.com/shelljs/shelljs/commits/0.8-release) and
[`0.8-release`](https://github.com/shelljs/shelljs/commits/0.8-release)) and
create a new release from there.
## Reporting a Vulnerability