diff --git a/ViewTickets.md b/ViewTickets.md index 7dfd8f3..222e4ef 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -30,7 +30,7 @@ See [ComponentDefinitions](ComponentDefinitions) for an explanation of what each * [integrity]query:status!=closed&keywords~=integrity ([count)](TicketQuery)(status!=closed&keywords~=integrity,): could lead to the unintended alteration of data * [confidentiality]query:status!=closed&keywords~=confidentiality ([count)](TicketQuery)(status!=closed&keywords~=confidentiality,): could lead to the unintended disclosure of file contents - * [traffic-analysis]query:status!=closed&keywords~=traffic-analysis ([count)](TicketQuery)(status!=closed&keywords~=traffic-analysis,): could lead to the unintended disclosure of information other than file contents (e.g. how many files of what size you access at what times, the shape of your directory graph, the fact that you run a Tahoe-LAFS client or storage server, etc.) + * [privacy]query:status!=closed&keywords~=privacy ([count)](TicketQuery)(status!=closed&keywords~=privacy,): could lead to the unintended disclosure of information other than file contents (e.g. how many files of what size you access at what times, the shape of your directory graph, the fact that you run a Tahoe-LAFS client or storage server, etc.) * [security]query:status!=closed&keywords~=security ([count)](TicketQuery)(status!=closed&keywords~=security,): security issues not necessarily tagged with a more specific keyword (*confidentiality*, *integrity*, etc.) * [preservation]query:status!=closed&keywords~=preservation ([count)](TicketQuery)(status!=closed&keywords~=preservation,): could lead to unintended loss of (failure to preserve) data * [availability]query:status!=closed&keywords~=availability ([count)](TicketQuery)(status!=closed&keywords~=availability,): could lead to a temporary condition of being unable to read or write to the filesystem