baude / image-scanner

[Deprecated] Vulnerability scanner for containers and images
GNU Lesser General Public License v2.1
14 stars 8 forks source link

Depreciated Defs #64

Closed ajcollins0 closed 9 years ago

ajcollins0 commented 9 years ago

Now that we are dumping all information into the docker_state_file, we can rewrite all the defs that are marked with deprecated in xmlp

ajcollins0 commented 9 years ago

So why don't we take the def's that are utilized by the server side classes and migrate them into a new class. The only def applicable is the _summarize_docker_object which is used by the docker_scanner class. I feel that it would be best to do this for that we are not using any of this functionality for the xmlp that the client side uses for post scan analysis.

./image_scanner/docker_scanner.py:450: xmlp._summarize_docker_object(

ajcollins0 commented 9 years ago

closed by PR #67