Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-PKGS(1)			Git Pkgs Manual			   GIT-PKGS(1)

NAME
       git-pkgs-vulns-exposure - Calculate vulnerability exposure time

SYNOPSIS
       git-pkgs	vulns exposure [flags]

DESCRIPTION
       Calculate  how  long each current vulnerability has been	present	in the
       codebase.  Shows	the exposure time from when the	vulnerable package was
       first added.

OPTIONS
       --all-time[=false]      Include historical  vulnerabilities  that  have
       been fixed

       -b, --branch=""	    Branch to query (default: first tracked branch)

       -e, --ecosystem=""      Filter by ecosystem

       -f, --format="text"	Output format: text, json

       -h, --help[=false]      help for	exposure

       -r, --ref=""	 Check exposure	at specific commit (default: HEAD)

       -s, --severity=""      Minimum severity:	critical, high,	medium,	low

       --summary[=false]      Show aggregate metrics only

OPTIONS	INHERITED FROM PARENT COMMANDS
       --color="auto"	   When	to colorize output: auto, always, never

       --include-submodules[=false]	  Include git submodules when scanning
       for manifests

       -p, --pager[=false]	Use pager for output

       -q, --quiet[=false]	Suppress non-essential output

SEE ALSO
       git-pkgs-vulns(1)

HISTORY
       11-Jun-2026 Auto	generated by spf13/cobra

git-pkgs			   Jun 2026			   GIT-PKGS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-pkgs-vulns-exposure&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help