From ff05806ca97a344e6ae024f92be70e0ba0381937 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:26:49 +0000 Subject: [PATCH 1/2] docs: update linting results URL to HTTPS and add interactive linter link This change updates the `docs/new_source.md` file to: - Use `https://` for the OSV-linter API URL. - Place the URL in a code block for better readability and copy-pasting. - Add a reference to `https://test.osv.dev/linter` as an interactive alternative for viewing linting results. Co-authored-by: another-rex <106129829+another-rex@users.noreply.github.com> --- docs/new_source.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/new_source.md b/docs/new_source.md index f74616455cd..fd7207917d8 100644 --- a/docs/new_source.md +++ b/docs/new_source.md @@ -25,7 +25,11 @@ The step by step instructions are as follows: - [ ] Create a PR to start [importing the records you are publishing into our test instance of OSV.dev](https://github.com/google/osv.dev/blob/master/source_test.yaml) and validate everything is working as intended there. -- [ ] After successful import, review the OSV-linter results by querying http://api.test.osv.dev/v1experimental/importfindings/{source_name} to identify and address any important record linting issues (allow up to a 1-day delay). +- [ ] After successful import, review the OSV-linter results by querying: + ``` + https://api.test.osv.dev/v1experimental/importfindings/{source_name} + ``` + to identify and address any important record linting issues (allow up to a 1-day delay). You can also view this information more interactively at [test.osv.dev/linter](https://test.osv.dev/linter). - [ ] Create a PR to start [importing the records you are publishing into our production environment](https://github.com/google/osv.dev/blob/master/source.yaml) From f0b4416698a395cc5a673311d6cd5cf3ef9f6614 Mon Sep 17 00:00:00 2001 From: Rex P <106129829+another-rex@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:02:31 +1100 Subject: [PATCH 2/2] Apply suggestion from @cuixq Co-authored-by: Xueqin Cui <72771658+cuixq@users.noreply.github.com> --- docs/new_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_source.md b/docs/new_source.md index fd7207917d8..b373338e0d6 100644 --- a/docs/new_source.md +++ b/docs/new_source.md @@ -29,7 +29,7 @@ The step by step instructions are as follows: ``` https://api.test.osv.dev/v1experimental/importfindings/{source_name} ``` - to identify and address any important record linting issues (allow up to a 1-day delay). You can also view this information more interactively at [test.osv.dev/linter](https://test.osv.dev/linter). + to identify and address any important record linting issues. Note that it may take up to 24 hours for new findings to populate. You can also view this information more interactively at [test.osv.dev/linter](https://test.osv.dev/linter). - [ ] Create a PR to start [importing the records you are publishing into our production environment](https://github.com/google/osv.dev/blob/master/source.yaml)