aboutsummaryrefslogtreecommitdiffstats
path: root/english/security
Commit message (Collapse)AuthorAgeFilesLines
* add comment that script are still usedThomas Lange2024-04-052-0/+4
|
* adjust to the processThomas Lange2024-04-051-50/+3
|
* Use OpenPGP instead of GnuPG, gpg or pgp when referring to the standardGuillem Jover2024-03-231-1/+1
|
* remove scripts which worked on the .data and .wml filesThomas Lange2024-01-136-796/+0
|
* two GRUB-UEFI subdirectories were also removedThomas Lange2024-01-091-1/+1
|
* remove unused security filesThomas Lange2024-01-0911609-473897/+0
| | | | | | | | | | | This is what I did: git rm -rf */security/199* git rm -rf */security/20* git rm -rf */security/key-rollover git rm -rf */security/undated git rm -rf */lts/security/20* It removes 54335 files, including around 9650 DSA/DLA data files, 44189 wml files, nearly 500 Makefiles
* fix wrong variable syntax, in Makefile we need $$Thomas Lange2024-01-031-1/+1
|
* also map DSA-xxxx-1 to mail URL (and similar for DLA)Thomas Lange2024-01-031-1/+1
| | | | until now we only mapped DSA-1234 (without -1) but for -2 ,-3,.. we mapped those names with -N
* remove old pageThomas Lange2023-12-261-33/+0
|
* new code for generating map-dsa.txtThomas Lange2023-12-251-2/+2
|
* remove crossreferences.wml, make-ref-table.pl and adjust MakefileThomas Lange2023-12-253-313/+0
|
* remove unused include filesThomas Lange2023-12-251-21/+0
|
* adjust to rename of new.wmlThomas Lange2023-12-251-1/+1
|
* mv new.wml index.wmlThomas Lange2023-12-251-0/+0
|
* remove old index.wmlThomas Lange2023-12-251-113/+0
|
* remove subdirs and old index rulesThomas Lange2023-12-251-7/+1
|
* [SECURITY] [DSA 5588-1] putty security updateJean-Pierre Giraud2023-12-242-0/+44
|
* DSA 5587-1, typoJean-Pierre Giraud2023-12-241-1/+1
|
* [SECURITY] [DSA 5587-1] curl security updateJean-Pierre Giraud2023-12-242-0/+36
|
* [SECURITY] [DSA 5586-1] openssh security updateJean-Pierre Giraud2023-12-222-0/+86
|
* [SECURITY] [DSA 5585-1] chromium security updateJean-Pierre Giraud2023-12-212-0/+39
|
* [SECURITY] [DSA 5584-1] bluez security updateJean-Pierre Giraud2023-12-212-0/+38
|
* [SECURITY] [DSA 5583-1] gst-plugins-bad1.0 security updateJean-Pierre Giraud2023-12-212-0/+36
|
* [SECURITY] [DSA 5582-1] thunderbird security updateJean-Pierre Giraud2023-12-212-0/+36
|
* remove unused filesThomas Lange2023-12-211-52/+0
|
* remove unused scriptThomas Lange2023-12-211-182/+0
| | | | | the html output uses a fixed year (2005) links of other years do not work, since many years the advisories always have the type "security update"
* [SECURITY] [DSA 5581-1] firefox-esr security updateJean-Pierre Giraud2023-12-202-0/+36
|
* [SECURITY] [DSA 5580-1] webkit2gtk security updateJean-Pierre Giraud2023-12-192-0/+44
|
* [SECURITY] [DSA 5579-1] freeimage security updateJean-Pierre Giraud2023-12-182-0/+36
|
* [SECURITY] [DSA 5576-2] xorg-server security updateJean-Pierre Giraud2023-12-172-0/+38
|
* [SECURITY] [DSA 5578-1] ghostscript security updateJean-Pierre Giraud2023-12-152-0/+34
|
* remove section about old data and link to crossreferencesThomas Lange2023-12-151-8/+0
|
* [SECURITY] [DSA 5577-1] chromium security updateJean-Pierre Giraud2023-12-142-0/+36
|
* [SECURITY] [DSA 5576-1] xorg-server security updateJean-Pierre Giraud2023-12-132-0/+36
|
* do call mk-dsa-dla-list only for englishThomas Lange2023-12-121-0/+2
|
* [SECURITY] [DSA 5575-1] webkit2gtk security updateJean-Pierre Giraud2023-12-112-0/+51
|
* [SECURITY] [DSA 5574-1] libreoffice security updateJean-Pierre Giraud2023-12-112-0/+36
|
* Remove listing of CVE-2023-39513 in DSA 5550-1Salvatore Bonaccorso2023-12-111-1/+1
| | | | Link: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/71f7b6b051361cd5113106683f6634377f61478a
* [SECURITY] [DSA 5573-1] chromium security updateJean-Pierre Giraud2023-12-092-0/+37
|
* remove link to crossreferencesThomas Lange2023-12-071-1/+1
|
* remove commentThomas Lange2023-12-071-12/+0
|
* [SECURITY] [DSA 5572-1] roundcube security updateJean-Pierre Giraud2023-12-042-0/+37
|
* add upcoming releasesThomas Lange2023-12-031-0/+2
|
* adjust Makefile to new generate.pyThomas Lange2023-12-021-2/+6
|
* tracker.py: Transform the date from DSA-DATA matchCarsten Schoenert2023-12-021-1/+10
| | | | | | | | | | | | | | A complete set of data from the file dsa.data looks like this: [25 Oct 2023] DSA-5535-1 firefox-esr - security update {CVE-2023-5721 CVE-2023-5724 CVE-2023-5725 CVE-2023-5728 CVE-2023-5730 CVE-2023-5732} [bullseye] - firefox-esr 115.4.0esr-1~deb11u1 [bookworm] - firefox-esr 115.4.0esr-1~deb12u1 The first element in the first line is representing the date, here it is '25 Oct 2023'. In the Oval files we want to have a date that is written then as '2023-10-25', we need to transform the regex match.
* generate.py: Updating the main comment section on topCarsten Schoenert2023-12-021-4/+8
|
* generate.py: Remove not used function parsedirs()Carsten Schoenert2023-12-023-282/+1
| | | | | parsedirs() was used to collect data from *.wml and *.data files. We don't do this now anymore.
* generate.py: Adjust option '-d' to DSA tracker fileCarsten Schoenert2023-12-021-7/+12
| | | | | | | | | | | The old option for -d was dedicated to provide a folder where to find the *.wml and *.data files are around. This option is in that way not needed anymore as we don't need to read these files now anymore. Transform that configuration option so the user can control the used Security Tracker data file. If this option isn't used a default will get used.
* generate.py: Add new function collect_dsa_data()Carsten Schoenert2023-12-021-3/+38
|
* tracker.py: Adding new helper to read DSA dataCarsten Schoenert2023-12-021-0/+148
| | | | | | | Adding a new function parse_tracker_data() which reads the DSA data from the file taken from this URL: https://salsa.debian.org/security-tracker-team/security-tracker/-/raw/master/data/DSA/list

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