aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2023-12-25 23:07:04 +0100
committerThomas Lange <lange@debian.org>2023-12-25 23:07:04 +0100
commit0cfcf6336544741009d1b5f040d3ec063aa7a332 (patch)
treed5e8cceb898805229e3c40f0ce32ee21b6ce975b
parent74436b88bfbf04bdcd8006d32ab964312df1a5c5 (diff)
remove crossreferences.wml, make-ref-table.pl and adjust Makefile
-rw-r--r--danish/security/crossreferences.wml20
-rw-r--r--dutch/security/crossreferences.wml25
-rw-r--r--english/lts/security/Makefile7
-rw-r--r--english/lts/security/crossreferences.wml19
-rwxr-xr-xenglish/lts/security/make-ref-table.pl283
-rw-r--r--english/security/Makefile7
-rw-r--r--english/security/crossreferences.wml23
-rwxr-xr-xenglish/security/make-ref-table.pl283
-rw-r--r--finnish/security/crossreferences.wml19
-rw-r--r--french/lts/security/crossreferences.wml22
-rw-r--r--french/security/crossreferences.wml26
-rw-r--r--german/security/crossreferences.wml25
-rw-r--r--italian/security/crossreferences.wml20
-rw-r--r--japanese/security/crossreferences.wml27
-rw-r--r--korean/security/crossreferences.wml17
-rw-r--r--portuguese/lts/security/crossreferences.wml21
-rw-r--r--portuguese/security/crossreferences.wml24
-rw-r--r--russian/lts/security/crossreferences.wml20
-rw-r--r--russian/security/crossreferences.wml20
-rw-r--r--spanish/security/crossreferences.wml21
-rw-r--r--swedish/security/crossreferences.wml29
21 files changed, 0 insertions, 958 deletions
diff --git a/danish/security/crossreferences.wml b/danish/security/crossreferences.wml
deleted file mode 100644
index c9d4d5fa924..00000000000
--- a/danish/security/crossreferences.wml
+++ /dev/null
@@ -1,20 +0,0 @@
-#use wml::debian::template title="Sikkerhedskrydsreferencer" GEN_TIME="yes" NOHEADER="ja"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf"
-
-<h1>Krydsreferencer til Debians sikkerhedsbulletiner</h1>
-
-<p><a href="https://security-tracker.debian.org/">Debians Security Tracker</a> er
-det kanoniske sted hvor CVE-navne, Debian-pakker, DSA'er og Debians fejlnumre
-krydsrefereres. Trackeren går tilbage til Debian woody.</p>
-
-<p>For ældre DSA'er og problemer, er denne side tilgængelig. Den viser
-krydsreferencer mellems Debians sikkerhedsbulletiner til andre
-sikkerhedsinformationskilder. Dataene stilles til rådighed i håbet om at de vil
-være nyttige til at opspore oplysninger som er relevante i forbindelse med
-sikkerhedsproblemer og -rettelser i Debian-distributionen.</p>
-
-<p><em>Bemærk:</em> Oplysningerne nedenfor er sorteret i omvendt kronologisk
-rækkefølge.</p>
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/dutch/security/crossreferences.wml b/dutch/security/crossreferences.wml
deleted file mode 100644
index 5e1d7e166a9..00000000000
--- a/dutch/security/crossreferences.wml
+++ /dev/null
@@ -1,25 +0,0 @@
-#use wml::debian::template title="Beveiliging &mdash; verwijzingen" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="1fc4db22eaca1d7faa181f887c54f8a9e8048f7b"
-
-# Last Translation Update by $Author$
-# Last Translation Update at $Date$
-
-<h1>Verwijzingen voor Debian Beveiligingsberichten (DSA)</h1>
-<p>De <a href="https://security-tracker.debian.org/">Debian BeveiligingsTracker</a> is de officiële bron voor verwijzigingen tussen CVE-namen,
-Debian pakketten, DSA's en Debian probleemrapporten. De tracker omvat
-gegevens vanaf de Debian Woody release.</p>
-
-<p><b>Gebruik <a href="new.html#infos">de verzameling</a> beveiligingsbronnen, die heel gemakkelijk te lezen en te verwerken is.</br>
-Deze lijst met verwijzingen zal binnenkort verwijderd worden.</b></p>
-
-<p>Deze pagina is nog beschibaar voor oudere Debian Beveiligingsberichten
-(DSA) en toont verwijzigingen voor Debian Beveiligingsberichten
-(DSA) naar andere bronnen van beveiligingsinformatie. Deze data wordt aangeboden
-in de hoop dat ze van nut is om informatie te vinden die relevant is voor
-beveiligingslekken en -correcties in de Debian-distributie.</p>
-
-<p><em>Let op:</em> De onderstaande data is gesorteerd in omgekeerde
-chronologische volgorde.</p>
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/english/lts/security/Makefile b/english/lts/security/Makefile
index d55d6c1a878..928f3becd8f 100644
--- a/english/lts/security/Makefile
+++ b/english/lts/security/Makefile
@@ -66,15 +66,8 @@ else
endif
-$(ENGLISHSRCDIR)/lts/security/ref-table.inc: $(ENGLISHSRCDIR)/lts/security/make-ref-table.pl $(sort $(wildcard $(ENGLISHSRCDIR)/lts/security/*/*.data))
- perl $(ENGLISHSRCDIR)/lts/security/make-ref-table.pl -p -a >$(ENGLISHSRCDIR)/lts/security/ref-table.inc
-
-crossreferences.$(LANGUAGE).html:: $(ENGLISHSRCDIR)/lts/security/ref-table.inc \
- $(ENGLISHDIR)/template/debian/securityreferences.wml
-
clean::
rm -f $(DLARDF) $(DLALONGRDF)
- rm -f ref-table.inc
rm -f dla.list
cd $(ENGLISHSRCDIR)/$(CUR_DIR)/data && make clean
diff --git a/english/lts/security/crossreferences.wml b/english/lts/security/crossreferences.wml
deleted file mode 100644
index 12bee636653..00000000000
--- a/english/lts/security/crossreferences.wml
+++ /dev/null
@@ -1,19 +0,0 @@
-#use wml::debian::template title="Security Cross References" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-
-<H1>Cross References of Debian LTS Security Advisories</H1>
-
-<p>The <a href="https://security-tracker.debian.org/">Debian Security
-Tracker</a> is the canonical place where CVE names, Debian packages,
-DLA's and Debian bug numbers are cross referenced. The tracker dates
-back to Debian Woody.</p>
-
-<p>For older DLA's and issues, this page is available
-which shows cross references of Debian LTS Security Advisories
-to other security information sources. This data is provided in the
-hopes that might be useful to track down information relevant
-to security issues and fixes in the Debian distribution.</p>
-
-<P><em>Note:</em> The data below is sorted in reverse chronological order.
-
-#include "$(ENGLISHDIR)/lts/security/ref-table.inc"
diff --git a/english/lts/security/make-ref-table.pl b/english/lts/security/make-ref-table.pl
deleted file mode 100755
index af04a69b6d3..00000000000
--- a/english/lts/security/make-ref-table.pl
+++ /dev/null
@@ -1,283 +0,0 @@
-#!/usr/bin/perl
-# Extracts the data file and makes a CVE cross-reference
-#
-# Copyright (c) 2003-2004 - Javier Fernandez-Sanguino <jfs@debian.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation:
-# 51 Franklin Street, Suite 500, Boston, MA 02110-1335
-# (http://www.fsf.org/about/contact/)
-#
-# For more information please see
-# https://www.gnu.org/licenses/licenses.html#GPL
-#
-# TODO
-# - provide a way for localization of header text
-# DONE:
-# - printed references should follow some order - done by date
-# - use the same code as in the security template to make URL entries
-# for the security references
-#
-
-
-# Format of data files is:
-#<define-tag pagetitle>DLA-###-# PACKAGE</define-tag>
-#<define-tag report_date>yyyy-mm-dd</define-tag>
-#<define-tag secrefs>CAN|CVE-XXXX-XXXX</define-tag>
-#<define-tag packages>PACKAGE</define-tag>
-#<define-tag isvulnerable>yes|no</define-tag>
-#<define-tag fixed>yes|no</define-tag>
-
-
-use Getopt::Std;
-use Time::gmtime;
-use IO::File;
-use Date::Parse;
-
-# Stdin options
-# -v verbose
-# -a print all references (in HTML mode side by side)
-# -b bugtraq refs
-# -c CERT refs
-# -k CERT kb refs
-# -m mitre refs
-# -p pretty print mode (HTML)
-# -s sort | don't sort
-# -f print full page (header and footer)
-getopts('hpmkcbva');
-if ( $opt_h ) {
-# Help!
- print "usage: $0 [-vp] [-b|c|m]\n";
- print "\t-v\tverbose mode\n";
- print "\t-m\tPrint CVE/Mitre references (default)\n";
- print "\t-b\tPrint Bugtraq references\n";
- print "\t-c\tPrint CERT references\n";
- print "\t-p\tPretty-Print mode (HTML)\n";
- exit 0;
-}
-
-# Default is to print only Mitre's
-$opt_m = 1 if !defined ($opt_m) && ! defined($opt_c) && ! defined ($opt_b) && ! defined ($opt_k);
-if (defined ($opt_a)) {
- $opt_m=1;
- $opt_c=1;
- $opt_b=1;
- $opt_k=1;
-}
-
-parsedirs (".", "data", 2);
-
-$reference{mitre}{url}="https://cve.mitre.org/cve/refs/refmap/source-DEBIAN.html";
-$reference{mitre}{name}='<gettext domain="security">Mitre CVE dictionary</gettext>';
-$reference{mitre}{perlre}="(CVE|CAN)";
-
-$reference{bid}{name}='<gettext domain="security">Securityfocus Bugtraq database</gettext>';
-$reference{bid}{url}="http://www.securityfocus.com/bid";
-$reference{bid}{perlre}="BID";
-
-$reference{cert}{name}='<gettext domain="security">CERT Advisories</gettext>';
-$reference{cert}{url}="http://www.cert.org/advisories/";
-$reference{cert}{perlre}="CA-";
-
-$reference{certvu}{name}='<gettext domain="security">US-CERT vulnerabilities Notes</gettext>';
-$reference{certvu}{url}="http://www.kb.cert.org/vuls";
-$reference{certvu}{perlre}="VU";
-
-# We just print for the time being only CVE references
-printheader() if $opt_p && $opt_f;
-# Table with information
-printrefs();
-printfooter() if $opt_p && $opt_f;
-
-#printrefs($reference{mitre}{name},$reference{mitre}{perlre},$reference{mitre}{url}) if $opt_m;
-#printrefs($reference{bid}{name},$reference{bid}{perlre},$reference{bid}{url}) if $opt_b;
-#printrefs($reference{cert}{name},$reference{cert}{perlre},$reference{cert}{url}) if $opt_c;
-#printrefs($reference{certvu}{name},$reference{certkb}{perlre},$reference{certvu}{url}) if $opt_k;
-
-# But we could also print all the keys like this:
-# printallkeys();
-exit 0;
-
-sub printallkeys {
- foreach $dla (sort { $dlaref{$b}{'date'} <=> $dlaref{$a}{'date'} } keys %dlaref) {
- print "$dla:\t";
- foreach $key (keys %{$dlaref{$dla}} ) {
- print "$dlaref{$dla}{$key}\t";
- }
- print "\n";
- }
- return 0;
-}
-
-sub printtableheader {
- my ($key) = @_;
- if (defined $reference{$key}{url}) {
- print "<th><a href=\"$reference{$key}{url}\">$reference{$key}{name}</A></th>\n";
- } else {
- print "<th>$reference{$key}{name}</th>\n";
- }
- return 0;
-}
-
-sub getreferences {
- my ($key,$dla) = @_;
- return if ! defined ($dlaref{$dla}{'secrefs'});
- my @references;
- my (@references) = split(' ', $dlaref{$dla}{'secrefs'});
- my $text = "";
- my $type = $reference{$key}{perlre};
- foreach $ref ( @references ) {
- print STDERR "Comparing $ref for $dla against $type\n" if $opt_v;
- if ( $ref =~ /^$type/ ) {
- $text .= "\t" if $text;
- $text .= $ref ;
- }
- }
- print STDERR "References for $dla of $type: $text\n" if $opt_v;
- if ( $opt_p ) {
- if ( $text eq "" ) {
- $text = "<td>&nbsp;</td>" ;
- } else {
- $text = "<td><:= bid_secref(\"$text\") :><:= cert_secref(\"$text\") :><:= cve_secref(\"$text\") :></td>";
- }
- }
- $dlaref{$dla}{'printtext'} .= $text;
- return 0;
-}
-
-sub printrefs {
- if ( ! $opt_p ) {
- print "DLA\t$text\n";
- } else {
- print "<table BORDER=\"2\" CELLPADDING=\"2\" CELLSPACING=\"2\"><tr VALIGN=\"TOP\"><th>Debian DLA</th>";
- printtableheader("mitre") if $opt_m;
- printtableheader("bid") if $opt_b;
- printtableheader("cert") if $opt_c;
- printtableheader("certvu") if $opt_k;
- print "</tr>\n";
- }
- foreach $dla (sort { $dlaref{$b}{'date'} <=> $dlaref{$a}{'date'} } keys %dlaref) {
- getreferences("mitre",$dla) if ( $opt_m ) ;
- getreferences("bid",$dla) if ( $opt_b ) ;
- getreferences("cert",$dla) if ( $opt_c ) ;
- getreferences("certvu",$dla) if ( $opt_k );
- # Print only if there is text _and_ it includes
- # some numbers (otherwise there are no references)
- if ( defined($dlaref{$dla}{'printtext'} ) && $dlaref{$dla}{'printtext'} =~ /\d/ ) {
- if ( ! $opt_p ) {
- #Don't print DLA- for those that have year format (old
- #type of advisories)
- print uc($dla);
- print "\t$dlaref{$dla}{'printtext'}\t";
- print gmctime($dlaref{$dla}{'date'})."\n" ;
- } else {
- print "<tr VALIGN=\"TOP\"><td>";
- print "<a href=\"https://www.debian.org/security/".$dlaref{$dla}{'location'}."\">";
- print uc($dla)."</a>";
- print "</td>$dlaref{$dla}{'printtext'} </tr>\n";
- }
- }
- }
- print "</table>\n" if $opt_p;
-}
-
-sub parsefile {
- my ($file,$filename) = @_ ;
-# The filename gives us the DLA we are parsing
- if ( $filename =~ /(d[ls]a\-\d+)/ || $filename =~ /(\d+\w+)/ ) {
- $dla=$1;
- } else {
- print STDERR "File $file does not look like a proper DLA, not checking\n" if $opt_v;
- return 1;
- }
- print STDERR "Parsing DLA $dla from file $file\n" if $opt_v;
-
- open (DATAFILE , $file) || die ("Cannot read $file: $!");
- while ($line=<DATAFILE>) {
- chomp $line;
- print STDERR "Reading $line\n" if $opt_v;
- if ( $line =~ /report_date\>(.*?)\<\/define-tag/ ) {
- my $dladate=$1;
- # Just in case...
- # Remove multiple dates, keep only the first one
- $dladate =~ s/,.*$//;
- $dladate =~ s/\-(\d)\-/-0$1-/;
- $dladate =~ s/\-(\d)$/-0$1/;
- $dlaref{$dla}{'date'}=str2time($dladate) ;
- }
- if ( $line =~ /secrefs\>(.*?)\<\/define-tag/ ) {
- $dlaref{$dla}{'secrefs'}=$1 ;
- print STDERR "Extracted security references: $dlaref{$dla}{'secrefs'}\n" if $opt_v;
- }
- $dlaref{$dla}{'packages'}=$1 if ( $line =~ /packages\>(.*?)\<\/define-tag/ ) ;
- $dlaref{$dla}{'vulnerable'}=$1 if ( $line =~ /isvulnerable\>(.*?)\<\/define-tag/ ) ;
- $dlaref{$dla}{'fixed'}=$1 if ( $line =~ /fixed\>(.*?)\<\/define-tag/ ) ;
- }
- $dlaref{$dla}{'date'} = 0 if ! defined $dlaref{$dla}{'date'};
- $dlaref{$dla}{'location'}=$file;
- $dlaref{$dla}{'location'} =~ s/.data$//;
- $dlaref{$dla}{'location'} =~ s/^.\///;
- close DATAFILE;
- return 0;
-}
-
-sub parsedirs {
- my ($directory, $postfix, $depth) = @_ ;
- my $dir = new IO::File;
- if ( $depth == 0 ) {
- print STDERR "Maximum depth reached ($depth) at $directory\n" if $opt_v;
- return 0;
- }
- opendir ($dir , $directory) || die ("Cannot read $directory: $!");
- while ( my $file = readdir ($dir) ) {
- print STDERR "Checking $file (for $postfix at $depth)\n" if $opt_v;
- if ( -d "${directory}/${file}" and ! -l "${directory}/${file}" && $file !~ /^\./ ) {
- print STDERR "Entering directory ${directory}/${file}\n" if $opt_v;
- parsedirs ( "${directory}/${file}", $postfix, $depth - 1 );
- }
- if ( -r "${directory}/${file}" && $file =~ /$postfix/ && $file !~ /^[\.\#]/ ) {
- parsefile($directory."/".$file,$file);
- }
- } # of the while
- closedir $dir;
- return 0;
-}
-
-
-sub printheader {
- print <<EOF;
-#use wml::debian::template title="Security Crossreferences" GEN_TIME="yes"
-#use wml::debian::securityreferences
-<H1>Cross References of Debian LTS Security Advisories</H1>
-<P>The data below shows cross references of Debian LTS Security Advisories
-to other security information sources. This data is provided in the
-hopes that might be useful to track down information relevant
-to security issues and fixes in the Debian distribution.
-
-<P>Please notice that the Debian Security Team makes every effort possible
-to include cross-references in DLAs (even after they have been published),
-however, some DLAs might not have proper references to some security
-information sources. If you find information lacking please
-<a href="mailto:security\@debian.org?subject=DLA_cross_references_info">let us
-know</a>.
-
-<P><em>Note:</em> The data below is sorted in reverse chronological order.
-
-EOF
- return 0;
-}
-
-sub printfooter {
-# Nothing here (yet)
- return 0;
-}
diff --git a/english/security/Makefile b/english/security/Makefile
index 1dcac5fdb0b..d30bb7b2517 100644
--- a/english/security/Makefile
+++ b/english/security/Makefile
@@ -73,15 +73,8 @@ faq.$(LANGUAGE).html: faq.wml \
$(ENGLISHSRCDIR)/security/faq.wml \
$(ENGLISHSRCDIR)/security/faq.inc $(GETTEXTDEP)
-$(ENGLISHSRCDIR)/security/ref-table.inc: $(ENGLISHSRCDIR)/security/make-ref-table.pl $(sort $(wildcard $(ENGLISHSRCDIR)/security/*/*.data))
- cd $(ENGLISHSRCDIR)/security && perl $(ENGLISHSRCDIR)/security/make-ref-table.pl -p -a >$(ENGLISHSRCDIR)/security/ref-table.inc
-
-crossreferences.$(LANGUAGE).html:: $(ENGLISHSRCDIR)/security/ref-table.inc \
- $(ENGLISHDIR)/template/debian/securityreferences.wml
-
clean::
rm -f $(DSARDF) $(DSALONGRDF)
- rm -f ref-table.inc
rm -f dsa.list
cd $(ENGLISHSRCDIR)/$(CUR_DIR)/data && make clean
diff --git a/english/security/crossreferences.wml b/english/security/crossreferences.wml
deleted file mode 100644
index 1690b628720..00000000000
--- a/english/security/crossreferences.wml
+++ /dev/null
@@ -1,23 +0,0 @@
-#use wml::debian::template title="Security Cross References" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-
-<H1>Cross References of Debian Security Advisories</H1>
-
-<p>The <a href="https://security-tracker.debian.org/">Debian Security
-Tracker</a> is the canonical place where CVE names, Debian packages,
-DSA's and Debian bug numbers are cross referenced. The tracker dates
-back to Debian Woody.</p>
-
-<p><b>Please use <a href="new.html#infos">the collection</a>
-of security sources, which are very easy to read and parse.<br>
-This list of cross references will be removed soon.</b></p>
-
-<p>For older DSA's and issues, this page is available
-which shows cross references of Debian Security Advisories
-to other security information sources. This data is provided in the
-hopes that might be useful to track down information relevant
-to security issues and fixes in the Debian distribution.</p>
-
-<P><em>Note:</em> The data below is sorted in reverse chronological order.
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/english/security/make-ref-table.pl b/english/security/make-ref-table.pl
deleted file mode 100755
index e4c4257afc5..00000000000
--- a/english/security/make-ref-table.pl
+++ /dev/null
@@ -1,283 +0,0 @@
-#!/usr/bin/perl
-# Extracts the data file and makes a CVE cross-reference
-#
-# Copyright (c) 2003-2004 - Javier Fernandez-Sanguino <jfs@debian.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation:
-# 51 Franklin Street, Suite 500, Boston, MA 02110-1335
-# (http://www.fsf.org/about/contact/)
-#
-# For more information please see
-# https://www.gnu.org/licenses/licenses.html#GPL
-#
-# TODO
-# - provide a way for localization of header text
-# DONE:
-# - printed references should follow some order - done by date
-# - use the same code as in the security template to make URL entries
-# for the security references
-#
-
-
-# Format of data files is:
-#<define-tag pagetitle>DSA-###-# PACKAGE</define-tag>
-#<define-tag report_date>yyyy-mm-dd</define-tag>
-#<define-tag secrefs>CAN|CVE-XXXX-XXXX</define-tag>
-#<define-tag packages>PACKAGE</define-tag>
-#<define-tag isvulnerable>yes|no</define-tag>
-#<define-tag fixed>yes|no</define-tag>
-
-
-use Getopt::Std;
-use Time::gmtime;
-use IO::File;
-use Date::Parse;
-
-# Stdin options
-# -v verbose
-# -a print all references (in HTML mode side by side)
-# -b bugtraq refs
-# -c CERT refs
-# -k CERT kb refs
-# -m mitre refs
-# -p pretty print mode (HTML)
-# -s sort | don't sort
-# -f print full page (header and footer)
-getopts('hpmkcbva');
-if ( $opt_h ) {
-# Help!
- print "usage: $0 [-vp] [-b|c|m]\n";
- print "\t-v\tverbose mode\n";
- print "\t-m\tPrint CVE/Mitre references (default)\n";
- print "\t-b\tPrint Bugtraq references\n";
- print "\t-c\tPrint CERT references\n";
- print "\t-p\tPretty-Print mode (HTML)\n";
- exit 0;
-}
-
-# Default is to print only Mitre's
-$opt_m = 1 if !defined ($opt_m) && ! defined($opt_c) && ! defined ($opt_b) && ! defined ($opt_k);
-if (defined ($opt_a)) {
- $opt_m=1;
- $opt_c=1;
- $opt_b=1;
- $opt_k=1;
-}
-
-parsedirs (".", "data", 2);
-
-$reference{mitre}{url}="https://cve.mitre.org/cve/refs/refmap/source-DEBIAN.html";
-$reference{mitre}{name}='<gettext domain="security">Mitre CVE dictionary</gettext>';
-$reference{mitre}{perlre}="(CVE|CAN)";
-
-$reference{bid}{name}='<gettext domain="security">Securityfocus Bugtraq database</gettext>';
-$reference{bid}{url}="http://www.securityfocus.com/bid";
-$reference{bid}{perlre}="BID";
-
-$reference{cert}{name}='<gettext domain="security">CERT Advisories</gettext>';
-$reference{cert}{url}="http://www.cert.org/advisories/";
-$reference{cert}{perlre}="CA-";
-
-$reference{certvu}{name}='<gettext domain="security">US-CERT vulnerabilities Notes</gettext>';
-$reference{certvu}{url}="http://www.kb.cert.org/vuls";
-$reference{certvu}{perlre}="VU";
-
-# We just print for the time being only CVE references
-printheader() if $opt_p && $opt_f;
-# Table with information
-printrefs();
-printfooter() if $opt_p && $opt_f;
-
-#printrefs($reference{mitre}{name},$reference{mitre}{perlre},$reference{mitre}{url}) if $opt_m;
-#printrefs($reference{bid}{name},$reference{bid}{perlre},$reference{bid}{url}) if $opt_b;
-#printrefs($reference{cert}{name},$reference{cert}{perlre},$reference{cert}{url}) if $opt_c;
-#printrefs($reference{certvu}{name},$reference{certkb}{perlre},$reference{certvu}{url}) if $opt_k;
-
-# But we could also print all the keys like this:
-# printallkeys();
-exit 0;
-
-sub printallkeys {
- foreach $dsa (sort { $dsaref{$b}{'date'} <=> $dsaref{$a}{'date'} } keys %dsaref) {
- print "$dsa:\t";
- foreach $key (keys %{$dsaref{$dsa}} ) {
- print "$dsaref{$dsa}{$key}\t";
- }
- print "\n";
- }
- return 0;
-}
-
-sub printtableheader {
- my ($key) = @_;
- if (defined $reference{$key}{url}) {
- print "<th><a href=\"$reference{$key}{url}\">$reference{$key}{name}</A></th>\n";
- } else {
- print "<th>$reference{$key}{name}</th>\n";
- }
- return 0;
-}
-
-sub getreferences {
- my ($key,$dsa) = @_;
- return if ! defined ($dsaref{$dsa}{'secrefs'});
- my @references;
- my (@references) = split(' ', $dsaref{$dsa}{'secrefs'});
- my $text = "";
- my $type = $reference{$key}{perlre};
- foreach $ref ( @references ) {
- print STDERR "Comparing $ref for $dsa against $type\n" if $opt_v;
- if ( $ref =~ /^$type/ ) {
- $text .= "\t" if $text;
- $text .= $ref ;
- }
- }
- print STDERR "References for $dsa of $type: $text\n" if $opt_v;
- if ( $opt_p ) {
- if ( $text eq "" ) {
- $text = "<td>&nbsp;</td>" ;
- } else {
- $text = "<td><:= bid_secref(\"$text\") :><:= cert_secref(\"$text\") :><:= cve_secref(\"$text\") :></td>";
- }
- }
- $dsaref{$dsa}{'printtext'} .= $text;
- return 0;
-}
-
-sub printrefs {
- if ( ! $opt_p ) {
- print "DSA\t$text\n";
- } else {
- print "<table BORDER=\"2\" CELLPADDING=\"2\" CELLSPACING=\"2\"><tr VALIGN=\"TOP\"><th>Debian DSA</th>";
- printtableheader("mitre") if $opt_m;
- printtableheader("bid") if $opt_b;
- printtableheader("cert") if $opt_c;
- printtableheader("certvu") if $opt_k;
- print "</tr>\n";
- }
- foreach $dsa (sort { $dsaref{$b}{'date'} <=> $dsaref{$a}{'date'} } keys %dsaref) {
- getreferences("mitre",$dsa) if ( $opt_m ) ;
- getreferences("bid",$dsa) if ( $opt_b ) ;
- getreferences("cert",$dsa) if ( $opt_c ) ;
- getreferences("certvu",$dsa) if ( $opt_k );
- # Print only if there is text _and_ it includes
- # some numbers (otherwise there are no references)
- if ( defined($dsaref{$dsa}{'printtext'} ) && $dsaref{$dsa}{'printtext'} =~ /\d/ ) {
- if ( ! $opt_p ) {
- #Don't print DSA- for those that have year format (old
- #type of advisories)
- print uc($dsa);
- print "\t$dsaref{$dsa}{'printtext'}\t";
- print gmctime($dsaref{$dsa}{'date'})."\n" ;
- } else {
- print "<tr VALIGN=\"TOP\"><td>";
- print "<a href=\"https://www.debian.org/security/".$dsaref{$dsa}{'location'}."\">";
- print uc($dsa)."</a>";
- print "</td>$dsaref{$dsa}{'printtext'} </tr>\n";
- }
- }
- }
- print "</table>\n" if $opt_p;
-}
-
-sub parsefile {
- my ($file,$filename) = @_ ;
-# The filename gives us the DSA we are parsing
- if ( $filename =~ /(d[ls]a\-\d+)/ || $filename =~ /(\d+\w+)/ ) {
- $dsa=$1;
- } else {
- print STDERR "File $file does not look like a proper DSA, not checking\n" if $opt_v;
- return 1;
- }
- print STDERR "Parsing DSA $dsa from file $file\n" if $opt_v;
-
- open (DATAFILE , $file) || die ("Cannot read $file: $!");
- while ($line=<DATAFILE>) {
- chomp $line;
- print STDERR "Reading $line\n" if $opt_v;
- if ( $line =~ /report_date\>(.*?)\<\/define-tag/ ) {
- my $dsadate=$1;
- # Just in case...
- # Remove multiple dates, keep only the first one
- $dsadate =~ s/,.*$//;
- $dsadate =~ s/\-(\d)\-/-0$1-/;
- $dsadate =~ s/\-(\d)$/-0$1/;
- $dsaref{$dsa}{'date'}=str2time($dsadate) ;
- }
- if ( $line =~ /secrefs\>(.*?)\<\/define-tag/ ) {
- $dsaref{$dsa}{'secrefs'}=$1 ;
- print STDERR "Extracted security references: $dsaref{$dsa}{'secrefs'}\n" if $opt_v;
- }
- $dsaref{$dsa}{'packages'}=$1 if ( $line =~ /packages\>(.*?)\<\/define-tag/ ) ;
- $dsaref{$dsa}{'vulnerable'}=$1 if ( $line =~ /isvulnerable\>(.*?)\<\/define-tag/ ) ;
- $dsaref{$dsa}{'fixed'}=$1 if ( $line =~ /fixed\>(.*?)\<\/define-tag/ ) ;
- }
- $dsaref{$dsa}{'date'} = 0 if ! defined $dsaref{$dsa}{'date'};
- $dsaref{$dsa}{'location'}=$file;
- $dsaref{$dsa}{'location'} =~ s/.data$//;
- $dsaref{$dsa}{'location'} =~ s/^.\///;
- close DATAFILE;
- return 0;
-}
-
-sub parsedirs {
- my ($directory, $postfix, $depth) = @_ ;
- my $dir = new IO::File;
- if ( $depth == 0 ) {
- print STDERR "Maximum depth reached ($depth) at $directory\n" if $opt_v;
- return 0;
- }
- opendir ($dir , $directory) || die ("Cannot read $directory: $!");
- while ( my $file = readdir ($dir) ) {
- print STDERR "Checking $file (for $postfix at $depth)\n" if $opt_v;
- if ( -d "${directory}/${file}" and ! -l "${directory}/${file}" && $file !~ /^\./ ) {
- print STDERR "Entering directory ${directory}/${file}\n" if $opt_v;
- parsedirs ( "${directory}/${file}", $postfix, $depth - 1 );
- }
- if ( -r "${directory}/${file}" && $file =~ /$postfix/ && $file !~ /^[\.\#]/ ) {
- parsefile($directory."/".$file,$file);
- }
- } # of the while
- closedir $dir;
- return 0;
-}
-
-
-sub printheader {
- print <<EOF;
-#use wml::debian::template title="Security Crossreferences" GEN_TIME="yes"
-#use wml::debian::securityreferences
-<H1>Cross References of Debian Security Advisories</H1>
-<P>The data below shows cross references of Debian Security Advisories
-to other security information sources. This data is provided in the
-hopes that might be useful to track down information relevant
-to security issues and fixes in the Debian distribution.
-
-<P>Please notice that the Debian Security Team makes every effort possible
-to include cross-references in DSAs (even after they have been published),
-however, some DSAs might not have proper references to some security
-information sources. If you find information lacking please
-<a href="mailto:security\@debian.org?subject=DSA_cross_references_info">let us
-know</a>.
-
-<P><em>Note:</em> The data below is sorted in reverse chronological order.
-
-EOF
- return 0;
-}
-
-sub printfooter {
-# Nothing here (yet)
- return 0;
-}
diff --git a/finnish/security/crossreferences.wml b/finnish/security/crossreferences.wml
deleted file mode 100644
index c5e58eb6f30..00000000000
--- a/finnish/security/crossreferences.wml
+++ /dev/null
@@ -1,19 +0,0 @@
-#use wml::debian::template title="Tietoturvaviittaukset" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf"
-
-<h1>Debianin tietoturvatiedotteiden viittaukset muihin lähteisiin</h1>
-
-<p>The <a href="https://security-tracker.debian.org/">Debianin tietoturvan
-seurantapalvelin</a> on virallinen paikka, josta CVE-nimet, Debian-paketit,
-tietoturvatiedotteet (DSA) ja Debianin vikanumerot löytyvät
-ristiviittauksineen. Palvelin sisältää tiedot Debian Woodysta eteenpäin.</p>
-
-<p>Alla olevista tiedoista löytyvät vanhempien Debianin tietoturvatiedotteiden
-viittaukset muihin tietoturvatietokantoihin. Nämä tiedot tarjotaan siinä
-toivossa että niistä olisi hyötyä etsittäessä Debian-jakelun
-tietoturva-asioihin ja -korjauksiin liittyviä tietoja.</p>
-
-<p><em>Huom.:</em> Alla olevat tiedot ovat käänteisessä aikajärjestyksessä.</p>
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/french/lts/security/crossreferences.wml b/french/lts/security/crossreferences.wml
deleted file mode 100644
index 18c71313aa7..00000000000
--- a/french/lts/security/crossreferences.wml
+++ /dev/null
@@ -1,22 +0,0 @@
-#use wml::debian::translation-check translation="1d1c1ba842e225bf68a6fed5744786cc779234f7" maintainer="Jean-Paul Guillonneau"
-#use wml::debian::template title="Références de sécurité croisées" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-
-<H1>Références croisées pour les annonces de sécurité de Debian LTS</H1>
-
-<p>Le système de suivi de sécurité,
- <a href="https://security-tracker.debian.org/">Debian Security Tracker</a>, est
-l’emplacement canonique où les noms CVE, les paquets de Debian et numéros de
-DLA et bogues de Debian sont recoupés. Le système de suivi remonte
-jusqu’à Debian Woody.</p>
-
-<p>Pour les DLA et problèmes anciens, cette page est disponible et affiche les
-références croisées des annonces de sécurité de Debian LTS avec d’autres sources
-d’informations de sécurité. Ces données sont fournies dans l’espoir quelles
-soient utiles pour relever les informations se rapportant à des problèmes et
-bogues de sécurité dans les publications de Debian.</p>
-
-<P><em>Remarque :</em> les données ci-dessous sont classées dans l’ordre
-chronologique inverse.
-
-#include "$(ENGLISHDIR)/lts/security/ref-table.inc"
diff --git a/french/security/crossreferences.wml b/french/security/crossreferences.wml
deleted file mode 100644
index 84f149d5403..00000000000
--- a/french/security/crossreferences.wml
+++ /dev/null
@@ -1,26 +0,0 @@
-#use wml::debian::template title="Renvois croisés de sécurité" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="1fc4db22eaca1d7faa181f887c54f8a9e8048f7b" maintainer="Simon Paillard"
-
-<h1>Renvois croisés pour les annonces de sécurité de Debian</h1>
-
-<p>Le <a href="https://security-tracker.debian.org/">système de suivi de
-sécurité de Debian</a> est la source qui fait autorité pour trouver sous forme de
-renvois croisés les références CVE, les paquets Debian, les annonces de
-sécurité (DSA) et les numéros des bogues Debian. Le système de suivi remonte
-jusqu'à Debian <em>Woody</em>.</p>
-
-<p><b>Veuillez utiliser <a href="new.html#infos">la compilation</a> des sources
-de sécurité qui sont très faciles à parcourir et analyser.<br>
-Cette liste de références croisées sera bientôt supprimée.</b></p>
-
-<p>Pour les annonces de sécurité plus anciennes, cette page
-montre les renvois croisés des annonces de
-sécurité de Debian vers d'autres sources d'information de sécurité. Cette
-information est fournie dans l'espoir d'être utile si vous avez à
-retrouver des informations pertinentes à propos de corrections de sécurité
-apportées à la distribution Debian.</p>
-
-<p><em>Note&nbsp;:</em> La liste est triée dans l'ordre chronologique inverse.</p>
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/german/security/crossreferences.wml b/german/security/crossreferences.wml
deleted file mode 100644
index eb96f3f8790..00000000000
--- a/german/security/crossreferences.wml
+++ /dev/null
@@ -1,25 +0,0 @@
-#use wml::debian::template title="Querverweise von Sicherheitsankündigungen" GEN_TIME="yes" NOHEADER="jawohl"
-#use wml::debian::securityreferences
-#use wml::debian::acronyms
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf"
-# $Id$
-# Translation: Gerfried Fuchs <alfie@debian.org> 2003-02-07
-
-<h1>Querverweise für Debian-Sicherheitsankündigungen</h1>
-
-<p>Der <a href="https://security-tracker.debian.org/">Debian Sicherheits-Tracker</a>
- ist der kanonische Ort, an dem <acronym lang="en"
- title="Common Vulnerabilities and Exposures">CVE</acronym>-Namen,
- Debian-Pakete, <acronym_DSA /> und Debian-Fehlernummern querverwiesen sind.
- Der Tracker geht zurück bis Debian-Woody.</p>
-
-<p>Für altere DSAs und Probleme enthält diese Seite Querverweise von
-Debian-Sicherheitsankündigungen zu anderen Sicherheitsinformationsquellen. Diese
-Daten werden in der Hoffnung zur Verfügung gestellt, dass Sie dabei helfen,
-relevante Informationen zu Sicherheitsfragen und -behebungen in der
-Debian-Distribution zu erhalten.</p>
-
-<p><em>Beachten Sie:</em> Die unten angeführten Daten sind in umgekehrt
-zeitlicher Reihenfolge aufgeführt.</p>
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/italian/security/crossreferences.wml b/italian/security/crossreferences.wml
deleted file mode 100644
index 2c31e48600e..00000000000
--- a/italian/security/crossreferences.wml
+++ /dev/null
@@ -1,20 +0,0 @@
-#use wml::debian::template title="Riferimenti per la sicurezza" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf" maintainer="Johan Haggi"
-
-<H1>Riferimenti per gli avvisi Debian per la sicurezza</H1>
-
-<p>Il <a href="https://security-tracker.debian.org/">Debian Security
-Tracker</a> &egrave; il sito dove i nomi dei CVE, i pacchetti Debian,
-i numeri dei DSA e dei bug Debian hanno i loro riferimenti incrociati. Il tracker contiene
-dati da Debian Woody.</p>
-
-<p>Per DSA e problemi pi&ugrave; vecchi &egrave; disponibile questa pagina
-che mostra i riferimenti incrociati dei Debian Security Advisory
-ad altre fonti di informazione per la sicurezza. Sono forniti con la
-speranza che possano essere utili per ottenere importanti informazioni
-sui problemi di sicurezza ed i loro fix nella distribuzione Debian.</p>
-
-<P><em>Nota:</em> I dati sono elencati in ordine cronologico inverso.
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/japanese/security/crossreferences.wml b/japanese/security/crossreferences.wml
deleted file mode 100644
index 4e452c63a3b..00000000000
--- a/japanese/security/crossreferences.wml
+++ /dev/null
@@ -1,27 +0,0 @@
-#use wml::debian::template title="セキュリティ クロスリファレンス" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf"
-
-<H1>Debian セキュリティ勧告のクロスリファレンス</H1>
-
-<p><a href="https://security-tracker.debian.org/">Debian Security
-Tracker</a> は、CVE 名、Debian パッケージ、DSA および Debian のバグ番号
-のクロスリファレンスが置かれる標準の場所です。トラッカーは Debian Woody
-までさかのぼります。</p>
-
-<p>古い DSA および発行物のために、このページは Debian セキュリティ勧告と
-その他のセキュリティとのクロスリファレンスを示すのに利用されます。
-この情報が、
-Debian ディストリビューションにおけるセキュリティ問題やその修正に
-関する情報を追跡する際に、お役に立てばと思っています。</p>
-
-<P>Debian セキュリティチームは、クロスリファレンスを
-(たとえ後日であっても) DSA に含めるために、可能な限り努力していますが、
-DSA の中には他のセキュリティ情報源への適切なリファレンスがないものが
-あることに、注意してください。もし不足している情報を見つけましたら、<a
-href="mailto:security@debian.org?subject=DSA_cross_references_info">私たちにお知らせください</a>。
-
-
-<P><em>注意:</em> この一覧表は、新しいものから順に並んでいます。
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/korean/security/crossreferences.wml b/korean/security/crossreferences.wml
deleted file mode 100644
index e436cdaf241..00000000000
--- a/korean/security/crossreferences.wml
+++ /dev/null
@@ -1,17 +0,0 @@
-#use wml::debian::template title="보안 상호 참조" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf" maintainer="Sebul"
-
-<H1>데비안 보안 권고 상호 참조</H1>
-
-<p><a href="https://security-tracker.debian.org/">데비안 보안 추적기</a>는
-CVE 이름, 데비안 패키지,DSA및 데비안 버그 번호를 상호 참조하는 표준 위치입니다.
-그 날짜는 데비안 우디까지 거슬로 올라갑니다.</p>
-
-<p>오래된 DSA 및 이슈는 이 페이지에서 다른 보안 정보 소스에 대한 데비안 보안 권고 상호 잠조를 볼 수 있습니다.
-이 데이터는 데비안 배포판 보안 이슈 수정 사항 관련 정보를 추적하는 데 유용할 수 있다는 바람에서 제공됩니다.
-</p>
-
-<P><em>주의:</em>아래 데이터는 날짜 역순으로 정렬되었습니다.
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/portuguese/lts/security/crossreferences.wml b/portuguese/lts/security/crossreferences.wml
deleted file mode 100644
index cc7c8398569..00000000000
--- a/portuguese/lts/security/crossreferences.wml
+++ /dev/null
@@ -1,21 +0,0 @@
-#use wml::debian::template title="Referências cruzadas de segurança" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="1d1c1ba842e225bf68a6fed5744786cc779234f7"
-
-<H1>Referências cruzadas de alertas de segurança do Debian LTS</H1>
-
-<p>O <a href="https://security-tracker.debian.org/">rastreador de segurança
-Debian</a> é o local canônico onde nomes CVE, pacotes Debian, DLAs e
-números de bug do Debian são referenciados cruzadamente. O rastreador possui
-registros desde o Debian Woody.</p>
-
-<p>Para DLAs e problemas antigos, esta página está disponível e mostra
-referências cruzadas dos alertas de segurança do Debian LTS com outras fontes
-de informações de segurança. Esses dados são disponibilizados na esperança de
-que sejam úteis para rastrear informações relevantes a questões de segurança e
-correções na distribuição Debian. </p>
-
-<p><em>Nota:</em> Os dados abaixo estão classificados em ordem cronológica
-inversa.
-
-#include "$(ENGLISHDIR)/lts/security/ref-table.inc"
diff --git a/portuguese/security/crossreferences.wml b/portuguese/security/crossreferences.wml
deleted file mode 100644
index a290f44f41a..00000000000
--- a/portuguese/security/crossreferences.wml
+++ /dev/null
@@ -1,24 +0,0 @@
-#use wml::debian::template title="Referências cruzadas de segurança" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="1fc4db22eaca1d7faa181f887c54f8a9e8048f7b"
-
-<h1>Referências cruzadas de alertas de segurança Debian</h1>
-
-<p>O <a href="https://security-tracker.debian.org/">rastreador de segurança
-Debian</a> é o local canônico onde nomes CVE, pacotes Debian, DSAs
-e número de bug Debian são referenciados cruzadamente. O rastreador
-possui registros desde o Debian Woody.</p>
-
-<p><b>Por favor use <a href="new.html#infos">a coleção</a> de fontes de
-segurança, que são muito fáceis de ler e analisar.<br>
-Esta lista de referências cruzadas será removida em breve.</b></p>
-
-<p>Para DSAs e problemas antigos, esta página está disponível, ela mostra
-referências cruzadas dos alertas de segurança Debian em relação a outras
-fontes de informações de segurança. Estes dados são disponibilizados na
-esperança de que sejam úteis para rastrear informações relevantes a questões
-de segurança e correções na distribuição Debian.</p>
-
-<P><em>Nota:</em> Os dados abaixo estão em ordem cronológica inversa.
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/russian/lts/security/crossreferences.wml b/russian/lts/security/crossreferences.wml
deleted file mode 100644
index 954cb2921c4..00000000000
--- a/russian/lts/security/crossreferences.wml
+++ /dev/null
@@ -1,20 +0,0 @@
-#use wml::debian::template title="Перекрёстные ссылки безопасности" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="1d1c1ba842e225bf68a6fed5744786cc779234f7" maintainer="Lev Lamberov"
-
-<H1>Перекрёстные ссылки рекомендаций безопасности Debian LTS</H1>
-
-<p><a href="https://security-tracker.debian.org/">Система отслеживания безопасности
-Debian</a> является каноническим местом для сопоставления имён CVE, пакетов Debian,
-DLA и номеров ошибок Debian. Система отслеживания содержит информацию
-вплоть до выпуска Debian Woody.</p>
-
-<p>Для более старых DLA и проблем доступна данная страница, на
-которой сопоставляются рекомендации по безопасности Debian LTS
-и другие информационные источники, посвящённые безопасности. Эти данные предоставляются
-в надежде, что они могут оказаться полезными для поиска информации, связанной с
-проблемами безопасности и их исправлениями в дистрибутиве Debian.</p>
-
-<P><em>Внимание:</em> приведённые ниже данные отсортированы в обратном хронологическом порядке.
-
-#include "$(ENGLISHDIR)/lts/security/ref-table.inc"
diff --git a/russian/security/crossreferences.wml b/russian/security/crossreferences.wml
deleted file mode 100644
index 91437c39198..00000000000
--- a/russian/security/crossreferences.wml
+++ /dev/null
@@ -1,20 +0,0 @@
-#use wml::debian::template title="Перекрёстные ссылки, связанные с безопасностью" GEN_TIME="yes" NOHEADER="indeed"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf"
-
-<H1>Перекрёстные ссылки в предложениях Debian по безопасности</H1>
-<p><a href="https://security-tracker.debian.org/">Трекер безопасности
-Debian</a>&nbsp;&mdash; основное место перекрёстных ссылок на названия CVE,
-пакеты Debian, DSA и номера ошибок Debian. Трекер имеет ссылки до
-Debian Woody.</p>
-
-<p>Для старых DSA и проблем, доступных на этой странице, показаны ссылки
-рекомендаций по безопасности Debian на другие связанные с безопасностью
-информационные ресурсы. Мы надеемся, что это будет полезно для отслеживания
-информации, относящейся к проблемам безопасности и исправлениям в
-дистрибутиве Debian.</p>
-
-<P><em>Примечание:</em> Данные отсортированы в обратном хронологическом
-порядке.
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/spanish/security/crossreferences.wml b/spanish/security/crossreferences.wml
deleted file mode 100644
index ae98f546320..00000000000
--- a/spanish/security/crossreferences.wml
+++ /dev/null
@@ -1,21 +0,0 @@
-#use wml::debian::template title="Referencias cruzadas de seguridad" GEN_TIME="yes" NOHEADER="si"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="642ec8f30a9387cf157c220f2bdc34f844689aaf"
-
-<H1>Referencias cruzadas de avisos de seguridad de Debian</H1>
-
-<p>La herramienta de <a href="https://security-tracker.debian.org/">Seguimiento
-de Seguridad de Debian</a> es el lugar donde se deben consultar los nombres CVE,
-paquetes Debian, DSAs y números de errata de Debian. La herramienta contiene
-toda la información desde la versión de Debian Woody.</p>
-
-<P>Los datos de esta página muestran información las referencias cruzadas de los
-avisos de seguridad de Debian (DSAs, <em>Debian Security Advisories</em>)
-antiguos a otras fuentes de información de seguridad. Estos datos se ofrecen
-con la intención de servir de alguna utilidad para buscar información
-pertinente a avisos de seguridad y correcciones en la distribución Debian.</p>
-
-<P><em>Observación:</em> Los datos incluidos siguen un orden
-cronológico inverso.
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"
diff --git a/swedish/security/crossreferences.wml b/swedish/security/crossreferences.wml
deleted file mode 100644
index 278456f1aa7..00000000000
--- a/swedish/security/crossreferences.wml
+++ /dev/null
@@ -1,29 +0,0 @@
-#use wml::debian::template title="Säkerhetskorsreferenser" GEN_TIME="yes" NOHEADER="jajamän"
-#use wml::debian::securityreferences
-#use wml::debian::translation-check translation="1fc4db22eaca1d7faa181f887c54f8a9e8048f7b"
-
-<p>
-<a href="https://security-tracker.debian.org/">Debians säkerhetsproblemsspårare</a>
-är den officiella korsreferensen mellan CVE-namn, Debianpaket, DSA:er och
-Debianfelrapportnummer.
-Spåraren har historik tillbaka till Debian Woody.
-</p>
-
-<p><b>Vänligen använd <a href="new.html#infos">denna samling</a>
-av säkerhetskällor, som är väldigt lätta att läsa och tolka.<br>
-Denna lista på korsreferenser kommer att tas bort inom kort.</b></p>
-
-<p>
-Den här sidan finns för äldre DSA:er och problem och visar
-korsreferenser mellan Debians säkerhetsbulletiner
-och andra källor till säkerhetsupplysningar.
-Informationen tillhandahålles i hopp om att den kan vara till nytta för att
-samla information som är relevant för säkerhetsproblem och -rättelser i
-Debiandistributionen.
-</p>
-
-<p>
-<em>Observera:</em> Tabellen nedan sorteras i omvänd kronologisk ordning.
-</p>
-
-#include "$(ENGLISHDIR)/security/ref-table.inc"

© 2014-2024 Faster IT GmbH | imprint | privacy policy