simon-git: putty-wishlist (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jul 11 16:48:16 BST 2021


TL;DR:
  be50d54 Whitespace cleanup.
  8300942 New Wishlist page to index our bug entries by CVE.

Repository:     https://git.tartarus.org/simon/putty-wishlist.git
On the web:     https://git.tartarus.org/?p=simon/putty-wishlist.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-07-11 16:48:16

commit be50d54f734208d5cd797b6009cd6ad5e0b99179
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=be50d54f734208d5cd797b6009cd6ad5e0b99179;hp=af8a8aacb93e6229bda9c312588948e7d4cb49d5
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jul 11 13:38:23 2021 +0100

    Whitespace cleanup.

 control/bugs2html.py | 1 -
 1 file changed, 1 deletion(-)

commit 8300942a7e1e908af62ee5bc4577bbf9e3084fb7
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=8300942a7e1e908af62ee5bc4577bbf9e3084fb7;hp=be50d54f734208d5cd797b6009cd6ad5e0b99179
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jul 11 13:38:35 2021 +0100

    New Wishlist page to index our bug entries by CVE.
    
    People occasionally email to ask about some particular CVE number.
    Where we know CVE numbers relating to our bugs, we list them in the
    bug page. But that's not much help for someone _starting_ from the CVE.
    
    So this change to bugs2html.py generates a new subpage cvelist.html,
    which is an index by CVE number of all of our bug entries that refer
    to that CVE (made easy to detect by the fact that we do it using the
    <cve> pseudo HTML tag in the bug description).

 control/bugs2html.py | 86 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 81 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list