Skip to content

Commit 7677d0b

Browse files
committed
🚨 Format README
1 parent 5f788cf commit 7677d0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ As you saw earlier, this github-hosted PyPi index rely on the `pip` feature `--e
186186

187187
For example, let's say you have a package named `fbi_package` version `2.8.3` hosted on your private PyPi index.
188188

189-
An attacker could create a malicious package with the same name (`fbi_package`) and a higher version (for example `99.0.0`). When you run `pip install fbi_package --extra-index-url my_pypi_index.com`, under the hood `pip` will download the latest version of the package, which is the malicious package !
189+
An attacker could create a malicious package with the same name (`fbi_package`) and a higher version (for example `99.0.0`).
190+
When you run `pip install fbi_package --extra-index-url my_pypi_index.com`, under the hood `pip` will download the latest version of the package, which is the malicious package !
190191

191192
---
192193

0 commit comments

Comments
 (0)