From 8a384b33ff989800e90e1f8f3dc2e7fbe5e921fe Mon Sep 17 00:00:00 2001 From: sjhddh Date: Sat, 25 Apr 2026 10:10:17 +0200 Subject: [PATCH] docs: fix broken anchors and missing word in README - Container Scanning section: add missing "in" so the sentence reads "detect vulnerabilities in the following operating system packages..." - Guided remediation table: the "in-place" link pointed to anchor #in-place-lockfile-remediation, which does not exist on the docs page; the actual section anchor is #in-place-lockfile-changes. - Guided remediation table: the "relock" link reused the same broken anchor; it should point to #relock-and-relax-direct-dependencies, which is the section that actually documents that strategy. Verified anchor IDs against https://google.github.io/osv-scanner/experimental/guided-remediation/. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5742968644..0e3aab5ac0d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ OSV-Scanner supports 11+ language ecosystems and 19+ lockfile types. To check if ### [Container Scanning](https://google.github.io/osv-scanner/usage/scan-image) -OSV-Scanner also supports comprehensive, layer-aware scanning for container images to detect vulnerabilities the following operating system packages and language-specific dependencies. +OSV-Scanner also supports comprehensive, layer-aware scanning for container images to detect vulnerabilities in the following operating system packages and language-specific dependencies. | Distro Support | Language Artifacts Support | | -------------- | -------------------------- | @@ -116,8 +116,8 @@ We currently support remediating vulnerabilities in the following files: | Ecosystem | File Format (Type) | Supported Remediation Strategies | | :-------- | :----------------------------- | :---------------------------------------------------------------------------------------------------------------- | -| npm | `package-lock.json` (lockfile) | [`in-place`](https://google.github.io/osv-scanner/experimental/guided-remediation/#in-place-lockfile-remediation) | -| npm | `package.json` (manifest) | [`relock`](https://google.github.io/osv-scanner/experimental/guided-remediation/#in-place-lockfile-remediation) | +| npm | `package-lock.json` (lockfile) | [`in-place`](https://google.github.io/osv-scanner/experimental/guided-remediation/#in-place-lockfile-changes) | +| npm | `package.json` (manifest) | [`relock`](https://google.github.io/osv-scanner/experimental/guided-remediation/#relock-and-relax-direct-dependencies) | | Maven | `pom.xml` (manifest) | [`override`](https://google.github.io/osv-scanner/experimental/guided-remediation/#override-dependency-versions) | This is available as a headless CLI command, as well as an interactive mode.