Skip to content

Commit 9c6fa67

Browse files
authored
Merge pull request #100 from chainguard-dev/tazinprogga-patch-1
Update scanning_implementation.md
2 parents 54f1cad + a0ce60b commit 9c6fa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/scanning_implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Use your scanner's existing methods to detect library packages. The key requirem
2121

2222
- **Python**: `werkzeug==3.0.2+cgr.0` (the `+cgr.0` suffix is critical)
2323

24-
**Important:** Remediated packages use local version identifiers (e.g., `+cgr.0`) to distinguish them from upstream versions. Your scanner must preserve these identifiers to correctly match VEX statements.
24+
**Important:** Remediated packages use local version identifiers (e.g., `+cgr.0`) to distinguish them from upstream versions. Your scanner must preserve these identifiers to correctly match VEX statements. The version identifier can be accessed from a lock file and/or after the dependency resolution step for ingestion.
2525

2626
When scanning declared dependencies (like `requirements.txt`), be aware that the declared version may differ from the actually installed version. For best results, scan the installed environment (Python virtual environments) rather than just lock files.
2727

0 commit comments

Comments
 (0)