diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-16 15:04:31 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-16 15:04:31 +0200 |
| commit | a451cc2e126fff4fe373b2584acfc0a82d750c18 (patch) | |
| tree | 301c9248c89434351559f5464f4a19217457b6f6 | |
| parent | b227972d003880eebc08257af36fa732b78b7e64 (diff) | |
| download | sbo-slackbuilds-a451cc2e126fff4fe373b2584acfc0a82d750c18.tar.gz sbo-slackbuilds-a451cc2e126fff4fe373b2584acfc0a82d750c18.zip | |
nvchecker: use_latest_release for SecLists and ffuf
Both cut GitHub Releases; use the lenient releases/latest endpoint
instead of the rate-limited git/refs/tags one.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rw-r--r-- | .extras/nvchecker.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 5347939..c953560 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -13,7 +13,7 @@ to_pattern = "\\1.\\2.\\3" [SecLists] source = "github" github = "danielmiessler/SecLists" -use_latest_tag = "true" +use_latest_release = "true" [gobuster] source = "git" @@ -24,7 +24,7 @@ prefix = "v" [ffuf] source = "github" github = "ffuf/ffuf" -use_latest_tag = "true" +use_latest_release = "true" prefix = "v" [exploitdb] |
