diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image/image.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/image/image.go b/src/image/image.go index f08182ba06..2cc94075b2 100644 --- a/src/image/image.go +++ b/src/image/image.go @@ -34,7 +34,9 @@ // regardless of whether the image is itself malformed or not. A call to // [DecodeConfig] which returns a header which does not match the image returned // by [Decode] may be considered a security issue, and should be reported per the -// [Go Security Policy](https://go.dev/security/policy). +// [Go Security Policy]. +// +// [Go Security Policy]: https://go.dev/security/policy package image import ( |
