• Re: CVE Cross references

    From Sam Hartman@21:1/5 to All on Wed Sep 20 16:50:01 2023
    "Mouer," == Mouer, Steve <steve.mouer@jpmorgan.com> writes:

    Mouer,> https://www.debian.org/security/crossreferences

    Mouer,> Can you please advise if this will be restored and is this
    Mouer,> the best place for us to automatically pull this
    Mouer,> information?

    I'm not involved in Debian security efforts, and I don't know if that
    info will come back.
    But if you are looking for automated info, I recommend going directly to
    the security tracker itself
    https://security-tracker.debian.org/tracker/
    Or better yet its source data at https://salsa.debian.org/security-tracker-team/security-tracker/


    --Sam

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Florian Weimer@21:1/5 to All on Mon Oct 16 13:40:02 2023
    * Steve Mouer:

    Hello,

    We are using your CVE cross references list to understand impact of vulnerabilities across Debian Security advisories, however all of
    the information has disappeared from the following page:

    https://www.debian.org/security/crossreferences

    Can you please advise if this will be restored and is this the best
    place for us to automatically pull this information?

    Thomas, any idea what might be causing this?

    Running the generator script locally in the right directory does
    produce some data. Could this be the proper fix?

    diff --git a/english/security/Makefile b/english/security/Makefile
    index d1bda4969f1..271dcd02bc0 100644
    --- a/english/security/Makefile
    +++ b/english/security/Makefile
    @@ -51,7 +51,7 @@ faq.$(LANGUAGE).html: faq.wml \
    $(ENGLISHSRCDIR)/security/faq.inc $(GETTEXTDEP)

    $(ENGLISHSRCDIR)/security/ref-table.inc: $(ENGLISHSRCDIR)/security/make-ref-table.pl $(sort $(wildcard $(ENGLISHSRCDIR)/security/*/*.data))
    - perl $(ENGLISHSRCDIR)/security/make-ref-table.pl -p -a >$(ENGLISHSRCDIR)/security/ref-table.inc
    + cd $(ENGLISHSRCDIR)/security && perl make-ref-table.pl -p -a >ref-table.inc

    crossreferences.$(LANGUAGE).html:: $(ENGLISHSRCDIR)/security/ref-table.inc \
    $(ENGLISHDIR)/template/debian/securityreferences.wml

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)