(I'm moving this from debian-devel to debian-www, which is more appropiate)
On Mon, Sep 16, 2002 at 01:24:19PM +0300, Tommi Virtanen wrote: > On Mon, Sep 02, 2002 at 02:07:34PM +0200, Javier Fernández-Sanguino Peña > wrote: > > Notice that the RDF does not include *all* the DSAs, just the latest > > (10?). Thus, if there is a week with *many* security updates your script > > might > > miss vulnerable packages if not run daily. > > Would it be possible to publish both an RDF that has the last N DSAs, > and an RDF that has everything/last year/last thousand DSAs? Probably yes, but that needs some changes. There is currently a dsa.rdf.in in the WML sources which includes: <: rdf_item_list ( $(CUR_YEAR), '6', '$(ENGLISHDIR)/security', 'dsa-\d+'); :> and: <:= get_recent_list ( $(CUR_YEAR), '6', '$(ENGLISHDIR)/security', 'rdf', 'dsa-\d+' ); :> It would be a matter of changing the '6' to '0' in a new file (dsa-full.rdf.in?) Regards Javi

