Clone this repo:
  1. 7a0cfda webp: check for VP8L dimension mismatch before allocation by Damien Neil · 23 hours ago master
  2. 4339315 tiff: consistently skip horizontal padding in tiled images by Damien Neil · 23 hours ago
  3. b5baf41 tiff: avoid overflow when reading IFD entries by Damien Neil · 9 days ago v0.43.0
  4. e7513b5 tiff: limit the amount of data read in IFD entries by Damien Neil · 9 days ago
  5. cb9f1a6 tiff: limit uncompressed data reads by Damien Neil · 9 days ago

Go Images

Go Reference

This repository holds supplementary Go image packages.

Security Considerations

The packages in this repository have the same security model as the standard library image package. Specifically, when operating on arbitrary images, DecodeConfig should be called before Decode, so that the program can decide whether the image, as defined in the returned header, can be safely decoded with the available resources. A call to Decode which produces an extremely large image, as defined in the header returned by DecodeConfig, is not considered a security issue, regardless of whether the image is itself malformed or not.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/image.

The main issue tracker for the image repository is located at https://go.dev/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.