Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: avoid double negative
✗ CI failure Fintan Halpenny committed 1 month ago
commit 5af3518a3cca5e526ec333d1a11e93d66baccf63
parent 37933ce217c6e544dcfcc916fbb3ca8837b03ae1
1 failed (1 total) View logs
1 file changed +3 -3
modified CHANGELOG.md
@@ -18,9 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
  version 1.7.0, the criteria for verification of Signed References was changed
  to be more strict. In particular, to require the reference `refs/rad/root`
  pointing at the root commit in the history of the repository identity.
-
  This was done under the assumption that not many repositories on the network
-
  would not have this reference, thus not many users would be negatively affected,
-
  in a trade for improved security.
+
  This was done under the assumption that the majority of repositories on the
+
  network would have this reference, thus not many users would be negatively
+
  affected, in a trade for improved security.
  It turned out that this assumption was wrong, and that a larger-than-expected
  portion of the network is affected by verification errors. The change is
  reverted, relaxing the verification criteria again.