Skip to content

Tags: microcosm-cc/bluemonday

Tags

v1.0.27

Toggle v1.0.27's commit message
Remove SPDX header from LICENSE to enable GitHub auto-detection

v1.0.26

Toggle v1.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update go.mod to force golang.org/x/net to latest

Bumping version and ensuring latest golang.org/x/net as the HTTP rapid reset is triggering primitive vuln scanners, we do not implement a HTTP2 server and are not vulnerable but a minor bump can still help reduce noise for those searching for what they need to upgrade and patch.

v1.0.25

Toggle v1.0.25's commit message
Retract everything <= 1.0.24

Due to improvements where the most secure version is also the
most recent version.

v1.0.24

Toggle v1.0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #173 from microcosm-cc/dependabot/go_modules/golan…

…g.org/x/net-0.10.0

Bump golang.org/x/net from 0.8.0 to 0.10.0

v1.0.23

Toggle v1.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Retract v1.0.22 and prior due to old x/net dependency

Old dependency of x/net was vulnerable to CVE-2022-41723 and required an update, v1.0.23 of bluemonday has the update and we retract the old versions

v1.0.22

Toggle v1.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #162 from microcosm-cc/buro9/161

Add picture to allowlist of elements that do not need attributes to resolve #161

v1.0.21

Toggle v1.0.21's commit message
go mod && go fmt: update dependencies and format code

v1.0.20

Toggle v1.0.20's commit message
Updated x/net/html to ensure latest version from the Go team, retract…

…ed v1.0.19 to ensure the latest version is used

v1.0.19

Toggle v1.0.19's commit message
Only test n-1 Go versions

v1.0.18

Toggle v1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #138 from kiwiz/main

Fix incorrect handling of iframe SandboxValues