Documentation
¶
Overview ¶
Package semverutil wraps Masterminds/semver constraint evaluation so callers across the codebase share one implementation of "does this version satisfy this constraint" rather than re-deriving it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Satisfies ¶
Satisfies reports whether version satisfies the constraint string. ok is false when either the version or the constraint cannot be parsed, leaving the fallback to the caller: the vuln-audit path treats unparsable as a match (the registry already filtered the package), IOC matching treats it as no match (never a false positive).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.