Add missing "or" in serious bug disclosure "unless" field
This commit is contained in:
parent
cf7889c515
commit
5da507e4fc
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ Linsk relies on network file shares to expose files to the host machine. Below a
|
|||
# ⚠️ Serious bug disclosures (Obsolete versions)
|
||||
|
||||
Linsk versions below **v0.2.0** are considered obsolete **UNLESS**:
|
||||
* The use of Linsk was limited exclusively to devices with a 512-byte logical block (sector) size.
|
||||
* The use of Linsk was limited exclusively to devices with a 512-byte logical block (sector) size; **or**
|
||||
* The experimental USB passthrough was used.
|
||||
|
||||
More information: [serious-bug-disclosures/README.md](serious-bug-disclosures/README.md)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
## Obsolete versions (Summary)
|
||||
|
||||
Linsk versions below **v0.2.0** are considered obsolete **UNLESS**:
|
||||
* The use of Linsk was limited exclusively to devices with a 512-byte logical block (sector) size.
|
||||
* The use of Linsk was limited exclusively to devices with a 512-byte logical block (sector) size; **or**
|
||||
* The experimental USB passthrough was used.
|
||||
|
||||
## Index
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
* **Affected versions**: below v0.2.0.
|
||||
* **Affected *UNLESS***:
|
||||
* The use of Linsk was limited exclusively to devices with a 512-byte logical block (sector) size.
|
||||
* The use of Linsk was limited exclusively to devices with a 512-byte logical block (sector) size; **or**
|
||||
* The experimental USB passthrough was used.
|
||||
* **Possible outcomes**: A disk may be locked to Linsk after writing a considerable amount of data through Linsk. This means that the disk will not be accessible by any Linux machine, unless a 512-byte block size is emulated. Reformat is required to recover from this condition.
|
||||
* **Severity**: Although there is **no data loss**, the severity can be considered as **High**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue