summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Give /tracker/status/release/stable the ability to filter on "ignored" & ↵Sebastien Delafond2017-08-101-3/+7
| | | | | | "postponed" no-dsa substates git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54582 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Expose "ignored" & "postponed" no-dsa sub-states to the web UISebastien Delafond2017-08-101-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54581 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Introduce new "ignored" & "postponed" sub-states for no-dsaSebastien Delafond2017-08-102-7/+13
| | | | | | | They will be stored in the "reason" field from package_notes_nodsa table, that was unused so far. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54580 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Revert "s/sid/jessie/ for ../../data/packages/<dist>__main_Sources"Sebastien Delafond2017-08-041-1/+1
| | | | | | | | (this was meant to remain a local change only) This reverts commit cee737fcf614b926c36d0e612c896da296921f09. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54263 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Fix spelling issue in parsers.pySebastien Delafond2017-08-041-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54262 e39458fd-73e7-0310-bf30-c45bca0a0e42
* s/sid/jessie/ for ../../data/packages/<dist>__main_SourcesSebastien Delafond2017-08-041-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54257 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Fix parser for DLA/listSebastien Delafond2017-08-041-4/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54256 e39458fd-73e7-0310-bf30-c45bca0a0e42
* security_db: Update mappings after stretch stable releaseSalvatore Bonaccorso2017-06-171-16/+16
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52650 e39458fd-73e7-0310-bf30-c45bca0a0e42
* dist_config: Make sid dependent on own supported architecturesSalvatore Bonaccorso2017-06-171-1/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52649 e39458fd-73e7-0310-bf30-c45bca0a0e42
* dist_config: Add support for buster release and add initial list of ↵Salvatore Bonaccorso2017-06-171-0/+5
| | | | | | supported architectures git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52648 e39458fd-73e7-0310-bf30-c45bca0a0e42
* debian_support: Add buster to supported release nameSalvatore Bonaccorso2017-06-171-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@52647 e39458fd-73e7-0310-bf30-c45bca0a0e42
* List stretch archs without previous dependency to jessie archs listSalvatore Bonaccorso2016-11-081-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@46063 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Reduce list of architectures for wheezySalvatore Bonaccorso2016-05-011-1/+1
| | | | | | | The tracker otherwise still would try to fetch lists for security.d.o for the now removed architectures and fail to update the tracker. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@41339 e39458fd-73e7-0310-bf30-c45bca0a0e42
* only hardcode the security-master hostname oncePaul Wise2015-11-091-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37623 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Fix another occurence of old hostnameSalvatore Bonaccorso2015-11-091-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37622 e39458fd-73e7-0310-bf30-c45bca0a0e42
* secmaster.py: Update hostname for new security-masterSalvatore Bonaccorso2015-11-091-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37621 e39458fd-73e7-0310-bf30-c45bca0a0e42
* /data/json: Work around performance issue due to SQLite planner changeFlorian Weimer2015-05-281-3/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34565 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Overhaul the source-package pageFlorian Weimer2015-05-251-37/+116
| | | | | | | | | | | | | | | | | | | This commit addresses a long-standing bug where resolved bugs disappear completely. In addition, lts/security archives are no longer shown separately, and no-dsa is marked explicitly. The package vulnerability state is taken from the database, so it is hopefully quite accurate. Remove security_db.DB.getBugsForSourcePackage() and replace it with a global function security_db.getBugsForSourcePackage(). Add additional named tuples BugForSourcePackage, BugForSourcePackageRelease, BugsForSourcePackage_internal. Add yellow CSS style. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34502 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Introduce named tuples BugsForSourcePackage, DSAsForSourcePackageFlorian Weimer2015-05-241-7/+27
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34474 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Missing renames for jessie -> stretch in temporary view for testing statusSalvatore Bonaccorso2015-05-051-3/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34073 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Adjust some places where jessie -> stretch as testing release was missingSalvatore Bonaccorso2015-05-051-3/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34072 e39458fd-73e7-0310-bf30-c45bca0a0e42
* add support for oldoldstable and stretch and make jessie the new stable releaseHolger Levsen2015-04-263-11/+17
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@33868 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Dump data as .yaml via /tracker/data/yaml (Closes: #761859)Holger Levsen2015-02-261-0/+8
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@32509 e39458fd-73e7-0310-bf30-c45bca0a0e42
* security_db.Db.getUnreportedVulnerabilities(): New methodFlorian Weimer2015-01-181-0/+29
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31490 e39458fd-73e7-0310-bf30-c45bca0a0e42
* security_db.DB._parseFile(): Only treat "Extra-Source-Only: yes" as skip-worthyFlorian Weimer2015-01-171-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31472 e39458fd-73e7-0310-bf30-c45bca0a0e42
* security_db.DB._parseFile(): Skip entries with Extra-Source-OnlyFlorian Weimer2015-01-171-0/+7
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31468 e39458fd-73e7-0310-bf30-c45bca0a0e42
* security_db.DB.getUnknownPackages(): Filter out [experimental]Florian Weimer2015-01-171-0/+1
| | | | | | | | We currently do not load package lists from the experimental source, so we cannot perform the typo check there. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31461 e39458fd-73e7-0310-bf30-c45bca0a0e42
* debian_support.Release: Add "experimental" as a pseudo-releaseFlorian Weimer2015-01-171-1/+2
| | | | | | | At the start, to avoid issues with code assuming "sid" being last. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31458 e39458fd-73e7-0310-bf30-c45bca0a0e42
* embedd all notes in <span> tagsHolger Levsen2014-12-011-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@30469 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lib/python/web_support.py (ThreadingHTTPServer): Actually enable threadingFlorian Weimer2014-11-291-2/+2
| | | | | | | | The order of inheritance matters. With the previous order, the threading mix-in was effectively ignored. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@30431 e39458fd-73e7-0310-bf30-c45bca0a0e42
* fix typoHolger Levsen2014-11-091-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29936 e39458fd-73e7-0310-bf30-c45bca0a0e42
* update the list of architecture for jessie and 'rebase' common archsHolger Levsen2014-11-091-4/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29932 e39458fd-73e7-0310-bf30-c45bca0a0e42
* fix sorting in CVE overview if a CVE fixes more than one package. (Closes: ↵Holger Levsen2014-10-061-1/+1
| | | | | | #764091) git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29291 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Revert "Include squeeze- and wheezy-backports in issue and package views. ↵Holger Levsen2014-10-031-24/+10
| | | | | | | | (Closes: #664866)" This reverts commit 4828112289b44868261c346128d3ea7a2c86d92c. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29230 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Revert "WIP: improve backports support. (this is really WIP: see ↵Holger Levsen2014-10-033-67/+66
| | | | | | | | debian_support.py)" This reverts commit a47339bf5db9ec1be2709e1e687c2b5d5df313e7. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29229 e39458fd-73e7-0310-bf30-c45bca0a0e42
* WIP: improve backports support. (this is really WIP: see debian_support.py)Holger Levsen2014-10-033-66/+67
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29228 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Include squeeze- and wheezy-backports in issue and package views. (Closes: ↵Holger Levsen2014-10-031-10/+24
| | | | | | #664866) git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29227 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Sort issues consistently in proper release+subrelease order. (Closes: #761889)Holger Levsen2014-10-031-6/+26
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29226 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Display end-of-life information in the web view. (Closes: #642987) -Holger Levsen2014-09-252-4/+6
| | | | | | | abuses urgency for now, until the packages_notes table has a tag column. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@29026 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use labels instead of spans in filter checkbox areaUlrike Uhlig2014-09-221-0/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28965 e39458fd-73e7-0310-bf30-c45bca0a0e42
* move javascript code into external fileHolger Levsen2014-09-201-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28928 e39458fd-73e7-0310-bf30-c45bca0a0e42
* rewrite DB.availableReleases() to make it possible to sort by release, ↵Holger Levsen2014-09-201-17/+32
| | | | | | subrelease and archive git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28921 e39458fd-73e7-0310-bf30-c45bca0a0e42
* fix tpyos ;)Holger Levsen2014-09-171-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28881 e39458fd-73e7-0310-bf30-c45bca0a0e42
* web view: move H2 generation into make_table(), so empty tables won'tHolger Levsen2014-09-161-4/+6
| | | | | | have a headline. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28835 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Correctly display all repositories in tabular view. (Closes: #742382, #742855)Holger Levsen2014-09-161-6/+13
| | | | | | | Include oldstable/stable security and olstable-lts repositories in tabular view and sort all repositories in correct order. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28819 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use nav element for menu on homepage. add some css for nav and pre elements, ↵Ulrike Uhlig2014-09-151-21/+23
| | | | | | improve h1. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28803 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use lists instead of tables where there is no tabular dataUlrike Uhlig2014-09-151-0/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28801 e39458fd-73e7-0310-bf30-c45bca0a0e42
* use modern html5 css. switch to external stylesheet.Ulrike Uhlig2014-09-151-2/+10
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28798 e39458fd-73e7-0310-bf30-c45bca0a0e42
* tracker_service.py: add support for external css filesHolger Levsen2014-09-151-3/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28797 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Show URLs in TODO/NOTE as hyperlinks in the web view. (Closes: #610220)Holger Levsen2014-09-151-6/+15
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28796 e39458fd-73e7-0310-bf30-c45bca0a0e42

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