Add missing "or" in serious bug disclosure "unless" field

This commit is contained in:
AlexSSD7 2023-09-30 12:23:16 +01:00
commit 5da507e4fc
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ Linsk relies on network file shares to expose files to the host machine. Below a
# ⚠️ Serious bug disclosures (Obsolete versions) # ⚠️ Serious bug disclosures (Obsolete versions)
Linsk versions below **v0.2.0** are considered obsolete **UNLESS**: 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. * The experimental USB passthrough was used.
More information: [serious-bug-disclosures/README.md](serious-bug-disclosures/README.md) More information: [serious-bug-disclosures/README.md](serious-bug-disclosures/README.md)

View file

@ -3,7 +3,7 @@
## Obsolete versions (Summary) ## Obsolete versions (Summary)
Linsk versions below **v0.2.0** are considered obsolete **UNLESS**: 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. * The experimental USB passthrough was used.
## Index ## Index

View file

@ -4,7 +4,7 @@
* **Affected versions**: below v0.2.0. * **Affected versions**: below v0.2.0.
* **Affected *UNLESS***: * **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. * 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. * **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**. * **Severity**: Although there is **no data loss**, the severity can be considered as **High**.