| Projects on Google Code | Results 1 - 4 of 4 |
= General description =
dsacheck is a python program that will check all the packages on a Debian system. Dsacheck will download dynamically the DSA (Debian Security Alert) news from the security webpage and build a list that will be compared to the locally installed packages.
You can use it e...
dsalib is a module for Python that retrieves all the details for each Debian alert published on Debian's security website (http://security.debian.org), parses it, and put it in an exploitable/queryable way.
If you're interested in this module, you may be interested in the application that uses th...
= General Description =
Permiso is a dynamic firewall implementation that allows an administrator to filter accesses on the client's status and conformity according to a set of rules defined on a central server.
For example, only clients that are up to date with their antivirus will be allowed t...
deblib is a simple module for Python that allows you to look at the debian packages database.
For example, it allows you to ask if a specific version of a package exist on the tested system.
deblib has been created to facilitate the development of the dsacheck project.