diff options
author | heqnx <root@heqnx.com> | 2025-06-03 23:15:09 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-03 23:15:09 +0300 |
commit | b5568908511c99246f3fa40fb04e27dbd3fba49c (patch) | |
tree | 1cb278e2debd233b9e6fbbc50e696bf316a16889 /README.md | |
parent | 87fff17700388edbec5a7a6d80cd8a1ce343157c (diff) | |
parent | 02d19684796f9efcb06efd1b31e8537fd95ef2ad (diff) | |
download | cve-poc-mon-b5568908511c99246f3fa40fb04e27dbd3fba49c.tar.gz cve-poc-mon-b5568908511c99246f3fa40fb04e27dbd3fba49c.zip |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,16 +4,12 @@ GitHub CVE Proof of Concept scraper, deployed with GitHub actions to fetch and clone any newly published CVE PoCs matching the format of `cve-<current_year>`, into the `pocs/` directory. -Cloned repositories are not added as submodules and a workflow step renames all `.git` directories into `.git.bak`; this can be reverted to inspect commit history. - -You can find the live version hosted through GitHub Pages at [https://cve.heqnx.com](https://cve.heqnx.com) and a simple RSS feed at [https://cve.heqnx.com/feed.xml](https://cve.heqnx.com/feed.xml) +You can find the live version hosted at [https://heqnx.com/cve](https://heqnx.com/cve) and a simple RSS feed at [https://heqnx.com/cve/feed.xml](https://heqnx.com/cve/feed.xml) ## Run it yourself Compile `cve-poc-mon` from the `src/` directory with either `go build`, `make` for all targets, or `make <target>` for a specific target (e.g., `make linux-amd64`). -Set up your own GitHub Actions workflow; check [.github/workflows/cve-poc-mon.yaml](.github/workflows/cve-poc-mon.yaml) to see how it runs in this repo. - ## Cleanup steps for multiple binary blobs commited - check blobs |