#include <dep_tag.hh>
Basic operations | |
GLSADepTag (const std::string &id, const std::string &glsa_title, const FSEntry &) | |
~GLSADepTag () | |
Content information | |
virtual std::string | short_text () const |
virtual std::string | category () const |
const FSEntry | glsa_file () const |
std::string | glsa_title () const |
virtual std::string paludis::GLSADepTag::short_text | ( | ) | const [virtual] |
Fetch our short text (for example, 'GLSA-1234') that is displayed with the dep list entry.
Implements paludis::DepTag.
virtual std::string paludis::GLSADepTag::category | ( | ) | const [virtual] |
Fetch our DepTagCategory's tag.
Implements paludis::DepTag.
const FSEntry paludis::GLSADepTag::glsa_file | ( | ) | const |
The full path to the glsa announcement file.
std::string paludis::GLSADepTag::glsa_title | ( | ) | const |
Fetch our GLSA title (for example, 'Yet another PHP remote access hole').