feat(tools): get_cve_timeline — CVE event timeline reconstructor + CLI subcommand (+88 tests) - #129
Open
manus-use wants to merge 1 commit into
Open
feat(tools): get_cve_timeline — CVE event timeline reconstructor + CLI subcommand (+88 tests)#129manus-use wants to merge 1 commit into
manus-use wants to merge 1 commit into
Conversation
manus-use
force-pushed
the
feat/cli-cve-timeline
branch
from
August 6, 2026 08:08
7189156 to
41bc6a1
Compare
manus-use
force-pushed
the
feat/cli-cve-timeline
branch
from
August 7, 2026 16:09
41bc6a1 to
fb55e3c
Compare
manus-use
force-pushed
the
feat/cli-cve-timeline
branch
from
August 9, 2026 08:08
fb55e3c to
828e42a
Compare
manus-use
force-pushed
the
feat/cli-cve-timeline
branch
from
August 12, 2026 08:08
828e42a to
c6f127e
Compare
…I subcommand (+88 tests)
manus-use
force-pushed
the
feat/cli-cve-timeline
branch
from
August 14, 2026 08:07
c6f127e to
321f371
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
get_cve_timelinetool andmanus-agent cve-timelineCLI subcommand — both documented in the README but previously unimplemented.What it does
Reconstructs the full event timeline for a CVE by gathering chronological events from multiple sources:
All events are sorted chronologically and a summary computes key time deltas (e.g., days from CVE publication to KEV addition).
Usage
Design
requests(already in deps)NVD_MAX_RETRIES,NVD_BACKOFF_BASE,CVE_TIMELINE_TIMEOUTenv vars)Test coverage
88 fully mocked tests covering:
Files changed
src/manus_agent/tools/get_cve_timeline.py(new)src/manus_agent/cli.py(dispatch + parser +_SUBCOMMANDSset)tests/test_cve_timeline.py(new, 88 tests)No duplicate check
Checked all 50 open PRs (#136–#185) and 30 merged PRs — no existing open or merged PR implements
cve-timeline. Closest related: