Static Analysis Tools (SAST) Arthur Romanov Created December 12, 2023 07:07 Hi all,Do you have static analysis tools (SAST) in your kit?Thanks, Arthur
Hi Arthur!
Yes, we do.
https://www.jetbrains.com/help/resharper/ReSharper_Command_Line_Tools.html
Hi Slava,
I'm wondering if it analyzes places where there could be potential crashes, memory leaks (without using dotMemory), weaknesses in the code, security vulnerabilities?
Thanks,
Arthur
In some way - yes. For example, possible NRE which could lead to a crash.
But no abstract weaknesses in the code or security vulnerabilities.
There are some similar tickets, feel free to vote.
https://youtrack.jetbrains.com/issue/RSRP-395644/Analyze-security-vulnerabilities