Go module
golang.org/x/net
check_circle
arrow_drop_downv0.37.0
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 | 192 | 69 |
Network | 441 | 91 |
Read System State | 51 | 10 |
Modify System State | 1 | 0 |
System Calls | 14 | 70 |
Arbitrary Execution | 6 | 192 |
Unanalyzed | 393 | 39 |
Unsafe Pointer | 98 | 197 |
Reflection | 104 | 15 |
Exec | 8 | 1 |