simon-git: putty-website (main): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Oct 30 13:58:31 GMT 2022


TL;DR:
  370e5d7 cvelist munging: stop on <a name>, not </BODY>.
  219ea05 Expect lower-case HTML tags in wishlist input.

Repository:     https://git.tartarus.org/simon/putty-website.git
On the web:     https://git.tartarus.org/?p=simon/putty-website.git
Branch updated: main
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2022-10-30 13:58:31

commit 370e5d73600f116e094542c2e5c153ae6e043298
web diff https://git.tartarus.org/?p=simon/putty-website.git;a=commitdiff;h=370e5d73600f116e094542c2e5c153ae6e043298;hp=6330b6e49203c44d9b4fd71b9a0ed533fa0cfe16
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Oct 30 13:47:57 2022 +0000

    cvelist munging: stop on <a name>, not </BODY>.
    
    This looks like it was probably the intended interface between
    bugs2html.py output and Mason, by analogy with the construction of
    %vulnlists from vulnlist-*.html in build.pl.
    
    And the old test wasn't even right! We looked for </BODY>, but
    bugs2html.py was producing </body> (lower-case). So the resulting web
    page ended up with two lots of </body></html> tags, with the real footer
    in between. (Firefox at least seems to ignore the spurious first set of
    tags.)
    
    As a result, the output no longer contains <a href="startfooter">
    either.

 components/wishlistbycve.mc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 219ea059d90860ce1748c2581cd2522e872c9d61
web diff https://git.tartarus.org/?p=simon/putty-website.git;a=commitdiff;h=219ea059d90860ce1748c2581cd2522e872c9d61;hp=370e5d73600f116e094542c2e5c153ae6e043298
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Sun Oct 30 13:48:30 2022 +0000

    Expect lower-case HTML tags in wishlist input.
    
    This matches a corresponding change in putty-wishlist's bugs2html.py
    (b962f1489c); with that change, there's no net effect on the generated
    web pages.
    
    (Hopefully this will avoid any more confusion of the sort that caused
    the bug fixed by previous commit 370e5d7360.)

 components/wishlist.mc     | 2 +-
 components/wishlistitem.mc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list