You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I am trying to trojaninze the image after pulling it from the Amazon ECR registry then I save it as vulflask
But image URI look like this in Amazon ECR (public.ecr.aws/w5b0z5r9/vulflask)
docker pull public.ecr.aws/w5b0z5r9/vulflask && docker save public.ecr.aws/w5b0z5r9/vulflask:latest -o ase-vul_flask
I am using the below command for trojanize
Command :
dockerscan image modify trojanize vulflask -l $(curl -XGET -s http://checkip.amazonaws.com/) -p 1337 -o vulflask-trojanized
[ * ] Starting analyzing docker image...
[ * ] Selected image: 'vul_flask'
[ * ] !! 'NoneType' object has no attribute 'append'
Anyone can provide info related to this?
Any leads are highly appreciated!
The text was updated successfully, but these errors were encountered:
Yes, it is resolved, it is the issue with my mac hardware.
I didn't have this issue in VM or on any other device.
Please build the image on a different device.
I thought it was me who had this issue
Hope this helps
Hi Team,
I am trying to trojaninze the image after pulling it from the Amazon ECR registry then I save it as vulflask
But image URI look like this in Amazon ECR (public.ecr.aws/w5b0z5r9/vulflask)
docker pull public.ecr.aws/w5b0z5r9/vulflask && docker save public.ecr.aws/w5b0z5r9/vulflask:latest -o ase-vul_flask
I am using the below command for trojanize
Command :
dockerscan image modify trojanize vulflask -l $(curl -XGET -s http://checkip.amazonaws.com/) -p 1337 -o vulflask-trojanized
[ * ] Starting analyzing docker image...
[ * ] Selected image: 'vul_flask'
[ * ] !! 'NoneType' object has no attribute 'append'
Anyone can provide info related to this?
Any leads are highly appreciated!
The text was updated successfully, but these errors were encountered: