feat(tools): cve_timeline — CVE lifecycle event timeline reconstructor + CLI subcommand (+79 tests) - #53
Open
manus-use wants to merge 1 commit into
Open
feat(tools): cve_timeline — CVE lifecycle event timeline reconstructor + CLI subcommand (+79 tests)#53manus-use wants to merge 1 commit into
manus-use wants to merge 1 commit into
Conversation
manus-use
pushed a commit
that referenced
this pull request
Jun 29, 2026
…n PRs roadmap, and changelog section - poc-search subcommand (PR #62): multi-source PoC aggregator (trickest, VulnCheck KEV, Exploit-DB, GitHub, NVD) - changelog subcommand (PR #66): conventional-commit release automation - VulnCheck enrichment section: VULNCHECK_API_KEY optional, vulncheck-kev + nist-nvd2 indexes - Updated 8-step VI pipeline description to include VulnCheck KEV in step 2, patch diff/exploit complexity/version range in step 6 - Coming Soon table: 9 open PRs (#51 silent-patches, #53 cve-timeline, #54 version-range, #58 vendor-response, #60 poc-freshness, #63 blast-radius, #64 sbom-scan, #65 temporal-priority, #67 cluster-variants) - Updated built-in tools list to mention VulnCheck KEV and new VI tools - Added Changelog section linking to CHANGELOG.md - Updated Table of Contents with Changelog entry - Expanded Security examples to include poc-search and changelog
manus-use
force-pushed
the
feat/cve-timeline
branch
from
July 2, 2026 21:14
9cabdf4 to
b87e17d
Compare
manus-use timeline CVE-XXXX-YYYY
This was referenced Jul 5, 2026
This was referenced Jul 7, 2026
This was referenced Jul 11, 2026
manus-use
force-pushed
the
feat/cve-timeline
branch
from
August 16, 2026 00:07
b87e17d to
eb0392e
Compare
manus-use
force-pushed
the
feat/cve-timeline
branch
from
August 18, 2026 00:10
eb0392e to
a82e75b
Compare
…r + CLI subcommand (+79 tests)
manus-use
force-pushed
the
feat/cve-timeline
branch
from
August 21, 2026 00:08
a82e75b to
32b7ac1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the
cve_timelinetool andmanus-agent cve-timelineCLI subcommand — both documented in the README but previously unimplemented (zero code existed).What it does
Reconstructs the full event timeline for a CVE by gathering dates from multiple sources:
Produces a chronological event list plus computed time deltas (e.g., "days from publish to confirmed exploitation").
Usage
Design
requests(already in project)Test categories (79 tests)
Duplicate check
Checked all 50 open PRs (#140–#189) and 30 merged PRs. No existing open or merged PR covers CVE timeline reconstruction. Closest PRs reviewed:
Files changed
src/manus_agent/tools/cve_timeline.py(new — tool implementation)src/manus_agent/cli.py(addedcve-timelineto_SUBCOMMANDS, parser, dispatch, and_run_cve_timeline)tests/test_cve_timeline.py(new — 79 tests)