gokart

Static analysis tool for securing Go code

GoKart is a static analysis tool for Go that finds vulnerabilities using the SSA (single static assignment) form of Go source code. It is capable of tracing the source of variables and function arguments to determine whether input sources are safe, which reduces the number of false positives compared to other Go security scanners. For instance, a SQL query that is concatenated with a variable might traditionally be flagged as SQL injection; however, GoKart can figure out if the variable is actually a constant or constant equivalent, in which case there is no vulnerability.

openSUSE Leap 16.0 没有可用的官方软件包

发行版

openSUSE Tumbleweed

不受支持的发行版

下列发行版未被官方支持。使用这些软件包需要您自担风险。