Go module
github.com/hashicorp/go-getter
history
arrow_drop_downv1.0.2
Newer version availablewarning
Warning
The highest tagged major version of this Go module is github.com/hashicorp/go-getter/v2.
Capabilities
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 | 46 | 8 |
Network | 21 | 8 |
Read System State | 24 | 3 |
Modify System State | 2 | 12 |
System Calls | 0 | 16 |
Arbitrary Execution | 0 | 15 |
Unanalyzed | 37 | 6 |
Unsafe Pointer | 36 | 7 |
Reflection | 4 | 17 |
Exec | 22 | 4 |