diff --git a/ViewTickets.md b/ViewTickets.md index c1f35f8..0c53b89 100644 --- a/ViewTickets.md +++ b/ViewTickets.md @@ -6,7 +6,7 @@ * [integrity]query:status!=closed&keywords~=integrity ([count)](TicketQuery)(status!=closed&keywords~=integrity,): could lead to the unintended alteration of data * [dataloss]query:status!=closed&keywords~=dataloss ([count)](TicketQuery)(status!=closed&keywords~=dataloss,): could lead to the unintended loss 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 data 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.) + * [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.) * [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.) * [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 * [reliability]query:status!=closed&keywords~=reliability ([count)](TicketQuery)(status!=closed&keywords~=reliability,): could lead to unpredictable failure of functionality @@ -49,7 +49,7 @@ Combined queries: * [code-peerselection]query:component=code-peerselection&status!=closed ([count)](TicketQuery)(component=code-peerselection&status!=closed,) * [code-performance]query:component=code-performance&status!=closed ([count)](TicketQuery)(component=code-performance&status!=closed,), [other tickets tagged 'performance']query:status!=closed&keywords~=performance&component!=code-performance ([count)](TicketQuery)(status!=closed&keywords~=performance&component!=code-performance,) * [code-storage]query:component=code-storage&status!=closed ([count)](TicketQuery)(component=code-storage&status!=closed,) - * [documentation]query:component=documentation&status!=closed ([count)](TicketQuery)(component=documentation&status!=closed,), [other tickets tagged 'doc']query:status!=closed&keywords~=doc&component!=code-documentation ([count)](TicketQuery)(status!=closed&keywords~=doc&component!=code-documentation,) + * [documentation]query:component=documentation&status!=closed ([count)](TicketQuery)(component=documentation&status!=closed,), [other tickets tagged 'docs']query:status!=closed&keywords~=docs&component!=code-documentation ([count)](TicketQuery)(status!=closed&keywords~=doc&component!=code-documentation,) * [packaging]query:component=packaging&status!=closed ([count)](TicketQuery)(component=packaging&status!=closed,) * [contrib]query:component=contrib&status!=closed ([count)](TicketQuery)(component=contrib&status!=closed,) * [dev-infrastructure]query:component=dev-infrastructure&status!=closed ([count)](TicketQuery)(component=dev-infrastructure&status!=closed,)