| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 07:05:53 GMT
X-Served-By: cache-dfw-kdal2120137-DFW, cache-bom-vanm7210053-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768633554.657077,VS0,VE292
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hsec-sync: Synchronize with the Haskell security advisory database
hsec-sync: Synchronize with the Haskell security advisory database
Downloads
- hsec-sync-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.2 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=2.0.1.0 && <3), base (>=4.14 && <5), bytestring (>=0.10 && <0.13), directory (>=1.3 && <1.4), either (>=5.0 && <5.1), extra (>=1.7 && <1.9), filepath (>=1.4 && <1.6), hsec-core (>=0.2 && <0.3), hsec-sync, http-client (>=0.7.0 && <0.8), lens (>=5.1 && <5.4), optparse-applicative (>=0.17 && <0.19), tar (>=0.5 && <0.7), temporary (>=1 && <2), text (>=1.2 && <3), time (>=1.9 && <1.15), transformers (>=0.5 && <0.7), wreq (>=0.5 && <0.6), zlib (>=0.6 && <0.8) [details] |
| Tested with | ghc ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.3 || ==9.10.1 || ==9.12.1 |
| License | BSD-3-Clause |
| Author | Gautier DI FOLCO |
| Maintainer | gautier.difolco@gmail.com |
| Uploaded | by gdifolco at 2025-07-24T06:52:04Z |
| Category | Data |
| Distributions | NixOS:0.2.0.2 |
| Executables | hsec-sync |
| Downloads | 96 total (9 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-07-24 [all 1 reports] |
Readme for hsec-sync-0.2.0.2
[back to package description]hsec-sync
Synchronize with the Haskell advisories database.
Building
We aim to support both regular cabal-based and nix-based builds.
Design
hsec-tools is the main entry point for dealing with security advisories.
Libraries implementors and services providers will mainly be interested by
Security.Advisories.Queries and hsec-tools query which allows querying
against a directory containing the advisories.
There are two ways for maintaining this local directory up-to-date:
- Manually (based on
gitof fetching archive from GitHub) - Relying on
hsec-sync(either viaSecurity.Advisories.Sync.syncorhsec-sync sync)

The recommended workflow is:
- Use
hsec-syncto ensure having an up-to-date advisories directory (created or updated) - Use
hsec-toolsto perform queries against it
