I was recently testing @shyft_hq products, and I have to say if you are looking for reliable RPC/gRPC with great documentation, Shyft is the way to go!
@0xHun73r I would recommend spending at least one day a week to digest what's been happening and think if there are any improvements to the current pipeline.
Documenting vulnerabilities is useless.😮
Lately I shifted my approach to studying vulnerabilities from just documenting what happened to trying to understand how they were found and what techniques and mindsets I should use to find them.
🧵(2/3) Mindsets to use to spot vulnerability
· mirroring: if variable is incremented it should be decremented and used somewhere else, if function changes state it should affect some other function
· Is implementation same as documentation?
· Is function doing what it's supposed to?