Go module
github.com/google/trillian
check_circle
arrow_drop_downv1.7.2
Default versionCapabilities
Capability analysis allows users to understand what privileged functionality a software library (or its dependencies) might use, to highlight unexpected or sensitive capabilities. This analysis uses Capslock callgraph analysis to identify callsites with access to privileged standard library operations.
Capability | Direct | Indirect |
---|---|---|
Filesystem | 25 | 841 |
Network | 41 | 822 |
Runtime | 2 | 860 |
Read System State | 20 | 864 |
Modify System State | 1 | 5 |
Operating System | 17 | 845 |
System Calls | 6 | 858 |
Arbitrary Execution | 47 | 865 |
Unanalyzed | 122 | 880 |
Unsafe Pointer | 0 | 1137 |
Reflection | 78 | 998 |
Exec | 14 | 848 |