Skip to content

Commit 8f8ca7f

Browse files
authored
docs: update limitation for pypi registry scanning only (#39)
1 parent 5e9f2af commit 8f8ca7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,13 @@ to choose a version from a version range for evaluation. This is fine when all v
202202
is malicious. However, there is a possibility of inconsistency when a specific version of a package is malicious.
203203

204204
</details>
205+
206+
<details>
207+
<summary>PyPI registry scanning only</summary>
208+
209+
`pmg` only scans packages available in the PyPI registry when using `pip`. Packages installed from
210+
alternative sources such as Git URLs, local file paths, or private registries are not analyzed for
211+
malware detection. This limitation applies to direct installations and transitive dependencies sourced
212+
from non-PyPI locations.
213+
214+
</details>

0 commit comments

Comments
 (0)