OWASP-BLT / BLT

OWASP BLT is a bug logging tool to report issues and get points, organizations are held accountable.
https://blt.owasp.org
GNU Affero General Public License v3.0
131 stars 132 forks source link

Bug: Logo Images not showing in compaines #1789

Closed HanilJain closed 7 months ago

HanilJain commented 7 months ago

Due to different storage location in localhost and prod this bug occurs where prod stores in https://bhfiles.storage.googleapis.com/logos localhost stores in https://blt.owasp.org/media//logos/victorinox.market.jpg (which does not work in prod) image

DonnieBLT commented 7 months ago

We use clearbit for the logos

HanilJain commented 7 months ago

/assign

HanilJain commented 7 months ago

We use clearbit for the logos

@DonnieBLT

<img src="{{MEDIA_URL}}{{MEIDA_ROOT}}/{{objects.logo}}" alt="{{objects.name}}">

if I use this for the logo it should work right ?

DonnieBLT commented 7 months ago

Take a look on how we do it on the issue page and company leaderboard