We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c854b7 commit aa95ab8Copy full SHA for aa95ab8
src/image/image.go
@@ -34,7 +34,9 @@
34
// regardless of whether the image is itself malformed or not. A call to
35
// [DecodeConfig] which returns a header which does not match the image returned
36
// by [Decode] may be considered a security issue, and should be reported per the
37
-// [Go Security Policy](https://go.dev/security/policy).
+// [Go Security Policy].
38
+//
39
+// [Go Security Policy]: https://go.dev/security/policy
40
package image
41
42
import (
0 commit comments