microscaling / microbadger

What's inside your Docker containers?
Other
159 stars 17 forks source link

E-mails addresses in Labels aren't scrambled #40

Open dol-leodagan opened 6 years ago

dol-leodagan commented 6 years ago

I noticed that e-mail addresses had their domain part scrambled in the MAINTAINER tag or in the image's layers display...

Example with this image : https://microbadger.com/images/peterthecoon/cronicle

But for e-mail addresses stored in Labels they are displayed in plain text, in the resulting table, without scrambling, and e-mail address enclosed in < and > aren't even escaped and are added as HTML content !

Example here : https://microbadger.com/images/puppet/puppetserver

This should probably need a fix.