Rendered at 19:09:48 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
craftedcode 9 hours ago [-]
The "did it save someone from a supply chain attack? Also probably yes" line is great. The problem with security tooling is exactly this — you never see the attack you prevented.
drcongo 9 hours ago [-]
I tried this out after finding it on one of your comments yesterday, the good: it set some values in global config files for me which was handy, the not so good: I still haven't managed to make it find any project-level configs. Either way, it's a nice little tool, thanks.
eranation 6 hours ago [-]
Thanks for using it and thanks for the feedback! Would you mind opening an issue here with the steps you did (including OS / method of installing) I’ll do my best to fix it.
Note that the search is done from the location you run it. That was a change I made that now I think might have been incorrect. Eg if you run it from the downloads folder it will only search from that folder recursively. Would you mind trying running it from the user folder if you haven’t already? (To clarify I mean not where the binary is installed, I mean the current directory where you run depsguard)
I should definitely make it clearer and easier. The entire point is to replace find and replace in a file. I feel like I’m already over complicating it :)
https://github.com/arnica/depsguard/issues/new
Note that the search is done from the location you run it. That was a change I made that now I think might have been incorrect. Eg if you run it from the downloads folder it will only search from that folder recursively. Would you mind trying running it from the user folder if you haven’t already? (To clarify I mean not where the binary is installed, I mean the current directory where you run depsguard)
I should definitely make it clearer and easier. The entire point is to replace find and replace in a file. I feel like I’m already over complicating it :)
Let me know if this helps!