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

Re: security webwml entries



On Wed, May 02, 2007 at 09:04:06AM +0200, Simon Paillard wrote:
> n Tue, May 01, 2007 at 11:44:28PM +0200, Moritz Muehlenhoff wrote:
> > Whenever a DSA is missing feel free to commit a webwml version
> > of the advisory sent out by mail.
> 
> It's me. I tried to use ./parse-advisory.pl with the missing DSA (1284
> and also 1247), but :
> - for 1284, the script tries to send the result in a strange directory
> (2007/DSA-GNU/something) but the file doesn't appear at all
> [..]
> => Is ./parse-advisory.pl the good script to use ? Which method should be used ?

Actually, parse-advisory need a specific input file name "dsa-1284-1.qemu" :

$adv =~ /.*dsa[- ](\d+)-(\d+)\.(.*)/;
$wml = "$curyear/dsa-$1.wml";
$data = "$curyear/dsa-$1.data";
$pagetitle = "DSA-$1-$2 $3";

Thanks Joey for the tip. 

-- 
Simon Paillard



Reply to: