pastepwn
pastepwn copied to clipboard
Tags for pastes in the database
Maybe with the ability to store it with multipe tags e.g. if the paste was matched by two different analyzers.
{
"tags": [
"login",
"creditcard",
"minecraft-serverlog"
]
}
This can be easily implemented for mongodb, but it's harder to do for classical relational databases such as sqlite. There needs to be a tags table with all the tags and another table for the relation between a paste and all the related tags.