filled out the list represented at ViewTickets

[Imported from Trac: page Keywords, version 3]
terrell 2009-12-03 18:45:01 +00:00
parent 73c7f03f77
commit 7d066f4d42

@ -1,6 +1,11 @@
* *integrity*: this issue could lead to the unintended alteration of data
* *durability*: this issue could lead to the unintended loss of data
* *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.)
* *availability*: this issue could lead to a temporary condition of being unable to read or write to the filesystem
* *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.)
* *durability*: this issue could lead to the unintended loss of data
* *easy*: this issue represents some low-hanging (coding) fruit
* *forward-compatibility*:
* *i18n*: this issue is related to internationalization (usually unicode related)
* *integrity*: this issue could lead to the unintended alteration of data
* *reliability*: this issue could lead to unpredictable failure of functionality
* *security*: ???
* *unicode*: this issue is related to unicode (internationalization)
* *usability*: this issue is concerned with ease of use (concerning interface or mental models)