https://github.com/jmtd/dsafilter
mail filter for Debian Security Advisories
https://github.com/jmtd/dsafilter
Last synced: 11 months ago
JSON representation
mail filter for Debian Security Advisories
- Host: GitHub
- URL: https://github.com/jmtd/dsafilter
- Owner: jmtd
- License: gpl-2.0
- Created: 2012-10-24T08:28:52.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T12:02:12.000Z (over 5 years ago)
- Last Synced: 2025-01-30T03:27:00.170Z (over 1 year ago)
- Language: Ruby
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
dsafilter
© Jon Dowland 2005-2012
Introduction
dsafilter is a script designed to filter Debian Security
Advisories (DSAs). It was written to scratch two itches:
1. To bin DSAs for packages I do not have installed
2. To send me a mail for each computer the DSA is applicable to, so I
can use the emails as a TODO-list, deleting each DSA as the
corresponding machine is upgraded.
dsafilter so far only satisfies the first of my two itches, namely,
identifying whether a given DSA is applicable to the machine on which
the filter is run.
DSAs that pass through the filter are wrapped up in an email which
summarises whether the DSA had a valid signature and whether the
package(s) it applies to are installed, all in the subject.
Presently, this version relies on GnuPG being installed, the gpg
binary being in the $PATH variable, and the public key used to sign
genuine DSAs (available in package debian-keyring) imported into the
user's GPG keyring.
Comments
Comments, suggestions, test-cases, patches, documentation etc. to
jmtd@debian.org.