Skip to content

Commit 5bde075

Browse files
chore(deps): require rhukster/dom-sanitizer as a tagged release (#41785)
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
1 parent 290584e commit 5bde075

3 files changed

Lines changed: 24 additions & 12 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Change: Require rhukster/dom-sanitizer as a tagged release
2+
3+
rhukster/dom-sanitizer was required as "dev-main", a branch pin. A branch pin
4+
resolves to whatever commit the branch happened to point at when the lock file
5+
was written, and it carries no version number. Vulnerability scanners match
6+
installed versions against advisory version ranges, so an unversioned dependency
7+
can never match any range: scanners silently reported nothing at all for this
8+
package, whatever commit was actually shipped.
9+
10+
It is now required as "^1.0.10" and resolves to 1.0.14. The shipped code is
11+
equivalent -- the previously locked commit 02d08ec8 corresponds to tag 1.0.11 --
12+
so this is a packaging and auditability change, not a functional one.
13+
14+
https://github.com/owncloud/core/pull/41785

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"phpseclib/phpseclib": "^3.0",
9292
"pimple/pimple": "^3.6",
9393
"punic/punic": "^3.8",
94-
"rhukster/dom-sanitizer": "dev-main",
94+
"rhukster/dom-sanitizer": "^1.0.10",
9595
"sabre/dav": "^4.7",
9696
"sabre/http": "^5.1",
9797
"sabre/vobject": "^4.6",

composer.lock

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)