| 759 |
return self.page_status_release_unstable_like( |
return self.page_status_release_unstable_like( |
| 760 |
path, params, url, |
path, params, url, |
| 761 |
title='Vulnerable source packages among backports for stable', |
title='Vulnerable source packages among backports for stable', |
| 762 |
rel='etch-backports') |
rel='lenny-backports') |
| 763 |
|
|
| 764 |
def page_status_dtsa_candidates(self, path, params, url): |
def page_status_dtsa_candidates(self, path, params, url): |
| 765 |
bf = BugFilter(params) |
bf = BugFilter(params) |
| 773 |
(SELECT testing.version_id < stable.version_id |
(SELECT testing.version_id < stable.version_id |
| 774 |
FROM source_packages AS testing, source_packages AS stable |
FROM source_packages AS testing, source_packages AS stable |
| 775 |
WHERE testing.name = testing_status.package |
WHERE testing.name = testing_status.package |
| 776 |
AND testing.release = 'lenny' |
AND testing.release = 'squeeze' |
| 777 |
AND testing.subrelease = '' |
AND testing.subrelease = '' |
| 778 |
AND testing.archive = testing_status.section |
AND testing.archive = testing_status.section |
| 779 |
AND stable.name = testing_status.package |
AND stable.name = testing_status.package |
| 780 |
AND stable.release = 'etch' |
AND stable.release = 'lenny' |
| 781 |
AND stable.subrelease = 'security' |
AND stable.subrelease = 'security' |
| 782 |
AND stable.archive = testing_status.section), |
AND stable.archive = testing_status.section), |
| 783 |
(SELECT range_remote FROM nvd_data |
(SELECT range_remote FROM nvd_data |