Closed ericchiang closed 2 years ago
As brought up in: https://www.reddit.com/r/devops/comments/rrbju9/log4jscanner_by_google/hqfjjg5
Potentially add APIs that wrap the archive/zip openers that adjust the offset.
package jar func OpenReader(path string) (*zip.ReadCloser, error) func NewReader(ra io.ReaderAt, size in64) (*zip.Reader, error)
I don't actually see the format in the links
https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html https://github.com/golang/go/issues/10464
Note that rewriting these is going to be really hard...
As brought up in: https://www.reddit.com/r/devops/comments/rrbju9/log4jscanner_by_google/hqfjjg5
Potentially add APIs that wrap the archive/zip openers that adjust the offset.
I don't actually see the format in the links
https://docs.spring.io/spring-boot/docs/current/reference/html/executable-jar.html https://github.com/golang/go/issues/10464