diff --git a/README.md b/README.md index 432b91f..030f8d0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/serious-bug-disclosures/README.md b/serious-bug-disclosures/README.md index 208f87c..1d86a41 100644 --- a/serious-bug-disclosures/README.md +++ b/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 diff --git a/serious-bug-disclosures/faulty-block-size-detection.md b/serious-bug-disclosures/faulty-block-size-detection.md index 43840b5..e989006 100644 --- a/serious-bug-disclosures/faulty-block-size-detection.md +++ b/serious-bug-disclosures/faulty-block-size-detection.md @@ -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**.