# Packages
No description provided by the author
No description provided by the author
Package earpointer introduces a pointer analysis based on unifying equivalent abstract references (EAR), which implements Steensgaard's algorithm.
Package fieldpropagator implements identification of field propagators.
Package fieldtags defines an analyzer that identifies struct fields identified as sources via a field tag.
No description provided by the author
Package propagation implements the core taint propagation analysis that can be used to determine what ssa Nodes are tainted if a given Node is a source.
Package sanitizer contains the logic responsible for determining whether sources are sanitized before they are being sent to sinks.
Package source can be used to identify SSA values that are Sources.
Package infer defines an analyzer that identifies Sources that either 1.
Package sourcetype handles identification of sources based on their type.
Package suppression defines an analyzer that identifies calls suppressed by a comment.
Package utils contains various utility functions.