Skip to content

Commit 2f20f06

Browse files
committed
fix: use correct link to security disclosure policy
1 parent 30f53ed commit 2f20f06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased - TBD
8+
## 3.2.1 - 2021-08-07
99

1010
### Added
1111

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525

2626
### Fixed
2727

28-
- Nothing.
28+
- Fix link to SECURITY.md
2929

3030
## 3.2.0 - 2021-08-06
3131

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Contributions are welcome! To contribute, please familiarize yourself with
5858
Keeping user information safe and secure is a top priority, and we welcome the
5959
contribution of external security researchers. If you believe you've found a
6060
security issue in software that is maintained in this repository, please read
61-
[SECURITY.md][] for instructions on submitting a vulnerability report.
61+
[SECURITY.md](SECURITY.md) for instructions on submitting a vulnerability report.
6262
<!-- SECURITY_END -->
6363

6464
<!-- FAQ_START -->

resources/templates/readme/security.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Keeping user information safe and secure is a top priority, and we welcome the
44
contribution of external security researchers. If you believe you've found a
55
security issue in software that is maintained in this repository, please read
6-
[SECURITY.md][] for instructions on submitting a vulnerability report.
6+
[SECURITY.md](SECURITY.md) for instructions on submitting a vulnerability report.

0 commit comments

Comments
 (0)