Results 2 comments of Zach Manno

@DanielCharczynski We fixed this vulnerability by using `tech.allegro.schema.json2avro` converter version 0.2.9

SOLVED: I have an M1 Apple Silicon chip Mac with default Docker arch `ARM64`. To fix, build the docker image with `AMD64`: ``` docker build --platform linux/amd64 --no-cache -t test-container...