Secret Leak.go help

I have the following solution:

  • using a startup script
  • use uuidgen to generate secret in startup script
  • secret stored in ENV var

I’ve checked that the secret is indeed generated and working with make run. The secret does not exist in any of the source code.

I’m getting the following fail:

  • e[90m3:29AMe[0m e[31mWRNe[0m leaks found: 4

Unsure of why it’s failing and how to continue.

Hey @johnzt2020
This may be because secret is still leaked somewhere else. Have you tried opening any of the hints? :slight_smile:

it will give you the direction.

Read the hint, that makes a lot of sense haha. Thanks for the challenge :slight_smile:

1 Like