[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CVE Cross references



* 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 


Reply to: