[LTP] doc/cve_catalog: Link CVE to www.cve.org
linuxtestproject.agent@gmail.com
linuxtestproject.agent@gmail.com
Mon May 11 09:42:36 CEST 2026
Hi Petr,
On Mon, 11 May 2026 09:08:52 +0200, Petr Vorel wrote:
> doc/cve_catalog: Link CVE to www.cve.org
> +cve_url = "https://www.cve.org/CVERecord?id="
> [...]
> - "CVE": "https://www.cve.org/CVERecord?id=CVE-",
> + "CVE": cve_url + 'CVE-',
> [...]
> + cve_link = f'`{cve_id} <{cve_url}{cve_id}>`_'
> +
> text.extend([
> - f' * - {cve_id}',
> + f' * - {cve_link}',
Looks good.
Reviewed-by: LTP AI Reviewer <ltp-ai@noreply.github.com>
---
Note:
Our agent completed the review of the patch. The full review can be
found at: https://github.com/linux-test-project/ltp-agent/actions/runs/25656919931
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
More information about the ltp
mailing list