What's Changed
Added
- Snippet and full file match comments now link to the matched OSS file (and line range, for snippets) for GitHub-hosted components, instead of only referencing the repository
- Match comments display an informational note when the matched component is registry-sourced (e.g. npm, PyPI), where a browsable source link cannot be generated
Notes
- The matched file link is only generated for GitHub-hosted components (where the source
urlpoints togithub.com). For components sourced from package registries (e.g. npm, PyPI), the registry version and packaged file paths do not map to a GitHub source location, so these comments keep the repositorySourceand show the note instead
Full Changelog: v1...v1.7.0