# Installer vunnel avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vunnel pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vunnel
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vunnel
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vunnel
```

  Preuve: nixpkgs package indexes: pkgs/by-name/vu/vunnel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:vunnel
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.63.1
- **Résumé source:** Tool for collecting vulnerability data from various sources
- **Page d'accueil:** <https://github.com/anchore/vunnel>
- **Dépôt:** <https://github.com/anchore/vunnel>
- **Dernière mise à jour:** 2026-07-31T20:02:02Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- vunnel (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.63.1
## Historique du projet et usages

Vunnel is Anchore's vulnerability-data collection and transformation tool: an ETL-style command-line program used to fetch upstream advisory data, normalize it, and store it for downstream vulnerability database construction.

### Historique du projet

Anchore's public repository for Vunnel was created in November 2022. The project describes itself as a tool for fetching, transforming, and storing vulnerability data from many sources, including Linux distribution feeds, GitHub Security Advisories, NVD, and other advisory services.

Vunnel sits in Anchore's Syft/Grype security-tooling ecosystem rather than being a user-facing scanner itself. Anchore's product documentation explains that Anchore Enterprise and Grype use multiple vulnerability sources because upstream advisory data is fragmented, and that Vunnel exists to understand those source-specific formats and emit a consistent form usable by the vulnerability database.

### Historique d'adoption

Its adoption is mostly indirect: users of Grype and Anchore Enterprise benefit from Vunnel through the vulnerability database those tools consume. Anchore's public documentation for contributors treats Vunnel providers as the extension point for adding new vulnerability-data sources.

### Modes d'utilisation

In package-nerd terms, Vunnel is the data plumbing behind a scanner database. Maintainers write providers that implement source-specific update logic, choose a schema such as OSV or OpenVEX where possible, and normalize feed data so later matching tools can reason over it.

### Pourquoi les passionnés de paquets s'y intéressent

Vunnel matters because vulnerability scanners are only as good as their advisory feeds. It is the small, specialized tool that turns a messy world of distro trackers, NVD records, GitHub advisories, and emerging vulnerability-exchange schemas into buildable database input.

### Chronologie

- 2022: The anchore/vunnel GitHub repository was created.
- 2023: Public releases in the 0.x series show Vunnel becoming a separately versioned component of Anchore's vulnerability-data pipeline.
- 2026: Anchore contributor documentation describes new-provider schema selection, including preference for OSV and other externally specified formats.

### Related projects

- Grype consumes vulnerability database data built from upstream feeds; grype-db is the database-builder side of the same Anchore ecosystem; OSV, OpenVEX, and CSAF are related vulnerability-data formats mentioned in Vunnel contributor guidance.

### Sources

- <https://api.github.com/repos/anchore/vunnel>
- <https://docs.anchore.com/5.13/docs/vulnerability_management/>
- <https://github.com/anchore/vunnel>
- <https://oss.anchore.com/docs/contributing/vunnel/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vunnel. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .vunnel.yaml
## Autres enregistrements de gestionnaires de paquets

- Nix - vunnel: normalized package name match | nixpkgs package indexes: pkgs/by-name/vu/vunnel/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/vunnel.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vunnel.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
