Documentation ¶
Index ¶
- Constants
- func BuildDependencyTree(params utils.AuditParams) (dependencyTree []*xrayUtils.GraphNode, uniqueDeps []string, err error)
- func FixTechDependency(dependencyName, dependencyVersion, fixVersion string, ...) error
- func GetDependenciesData(currentDir string) (string, error)
- func GetPackageName(longPkgName string) string
- func GetPodDependenciesGraph(data string) (map[string][]string, map[string]string)
- func GetTechDependencyLocation(directDependencyName, directDependencyVersion string, ...) ([]*sarif.Location, error)
- type PodCommand
Constants ¶
View Source
const (
VersionForMainModule = "0.0.0"
)
VersionForMainModule - We don't have information in cocoapods on the current package, or main module, we only have information on its dependencies.
Variables ¶
This section is empty.
Functions ¶
func BuildDependencyTree ¶
func FixTechDependency ¶
func GetDependenciesData ¶
func GetPackageName ¶
func GetPodDependenciesGraph ¶
Types ¶
type PodCommand ¶
type PodCommand struct {
// contains filtered or unexported fields
}
func (*PodCommand) PreparePrerequisites ¶
func (pc *PodCommand) PreparePrerequisites() error
Click to show internal directories.
Click to hide internal directories.