Live data from Hacker News

Untitled topic

news.ycombinator.com

1–2 of 2 posts

Re: undefined

#2
With SecureLog you can find, avoid secret leak.

We found that a lot of mistakes happens like pushing secrets to client apps without taking care of that.

also debugging to make sure the secrets exist could be left and went to production.

SecureLog comes end-to-end solution where it cover all the aspects command line tool to let you add the scan to husky to prevent pushing code that have secrets, or in-production to suppress the secrets anywhere in the code it will be flagged.

even there's a RSC component will make the build and server send a failure before the component get passed to the user.

https://github.com/Onboardbase/securelog-scan

https://github.com/Onboardbase/securelog-rsc

https://github.com/Onboardbase/securelog