Changes between Version 3 and Version 4 of Keywords


Ignore:
Timestamp:
2009-12-04T03:32:39Z (14 years ago)
Author:
davidsarah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Keywords

    v3 v4  
    11 * ''availability'': this issue could lead to a temporary condition of being unable to read or write to the filesystem
    22 * ''confidentiality'': this issue could lead to the unintended disclosure of user data (it is unclear whether this includes "traffic analysis" information such as 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.  Perhaps those issues should be labelled ''privacy'' instead.)
    3  * ''durability'': this issue could lead to the unintended loss of data
     3 * ''dataloss'': this issue could lead to the unintended loss of data
    44 * ''easy'': this issue represents some low-hanging (coding) fruit
    55 * ''forward-compatibility'':
     
    77 * ''integrity'': this issue could lead to the unintended alteration of data
    88 * ''reliability'': this issue could lead to unpredictable failure of functionality
    9  * ''security'': ???
     9 * ''security'': security issues not tagged with a more specific keyword (''confidentiality'', ''integrity'', etc.)
    1010 * ''unicode'': this issue is related to unicode (internationalization)
    1111 * ''usability'': this issue is concerned with ease of use (concerning interface or mental models)
     12 * ''docs'': this issue involves updating documentation
     13 * ''performance'': this issue describes an opportunity to improve some aspect of performance (speed, latency, bandwidth, space usage, etc.)
     14
     15Platforms:
     16 * ''mac'': Mac OS X
     17 * ''ubuntu'', ''debian'', etc.: specific Linux distributions
     18 * ''unix'': all Unices
     19 * ''windows'': Microsoft Windows (any version)