What changed, and why it matters
This commit only updates a documentation link in the project's dependency list. It changes the hyperlink for the minimum required Cap'n Proto version from the upstream project's install page to a Bitcoin Core pull request that bumped the version. No code, build scripts, or dependency versions were changed.
No security action needed. This is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single Markdown table cell in doc/dependencies.md, replacing the URL https://capnproto.org/install.html with https://github.com/bitcoin/bitcoin/pull/28907 for the Cap’n Proto 0.7.1 minimum-required entry. The actual minimum version remains 0.7.1; only the reference link changed. There are no functional changes.
Changed components
doc/dependencies.mdInspect captured patch +1 / −1
diff --git a/doc/dependencies.md b/doc/dependencies.md
index c7fcd0cb..93916aaf 100644
--- a/doc/dependencies.md
+++ b/doc/dependencies.md
@@ -35,7 +35,7 @@ Bitcoin Core requires one of the following compilers.
| Dependency | Releases | Minimum required |
| --- | --- | --- |
-| [Cap'n Proto](../depends/packages/capnp.mk) | [link](https://capnproto.org) | [0.7.1](https://capnproto.org/install.html) |
+| [Cap'n Proto](../depends/packages/capnp.mk) | [link](https://capnproto.org) | [0.7.1](https://github.com/bitcoin/bitcoin/pull/28907) |
| Python (scripts, tests) | [link](https://www.python.org) | [3.10](https://github.com/bitcoin/bitcoin/pull/30527) |
| [Qt](../depends/packages/qt.mk) (gui) | [link](https://download.qt.io/archive/qt/) | [6.2](https://github.com/bitcoin/bitcoin/pull/30997) |
| [qrencode](../depends/packages/qrencode.mk) (gui) | [link](https://fukuchi.org/works/qrencode/) | N/A |
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.