Skip to content

Releases: sindresorhus/semver-regex

v4.0.5

09 Jun 10:26
Compare
Choose a tag to compare

Tip: If you use it in a server context, it's a good idea to give the regex a timeout.

v4.0.4...v4.0.5

v4.0.4

05 Jun 08:04
Compare
Choose a tag to compare

Tip: If you use it in a server context, it's a good idea to give the regex a timeout.

v4.0.3...v4.0.4

v4.0.3

13 May 10:07
Compare
Choose a tag to compare
  • Fix ReDoS vulnerability d8ba39a
    • This only affects you if you run the regex on untrusted user input in a server context.
    • Also back-ported to v3 in 3.1.4.
    • CVE pending

v4.0.2...v4.0.3

v3.1.4

13 May 10:05
Compare
Choose a tag to compare

v4.0.2

03 Oct 05:41
Compare
Choose a tag to compare
  • No changes. Just fixing a npm dist tag.

v4.0.1

11 Sep 10:12
Compare
Choose a tag to compare
  • Fix ReDoS vulnerability 11c6624
    • This only affects you if you run the regex on untrusted user input in a server context.
    • Also back-ported to v3 in 3.1.3.
    • CVE-2021-3795

v4.0.0...v4.0.1

v4.0.0

28 Apr 08:25
Compare
Choose a tag to compare

Breaking

v3.1.2...v4.0.0

v3.1.2

25 Dec 18:08
Compare
Choose a tag to compare
  • Fix regex catastrophic backtracking 6baf2cc
    Working around this meant accepting some obscure false-positives. I don't think it will affect any real code, but it's good to be aware of. See the disabled tests in the commit.

v3.1.1...v3.1.2

v3.1.1

25 Jan 12:12
Compare
Choose a tag to compare

v3.1.0...v3.1.1

v3.1.0

30 Apr 13:55
Compare
Choose a tag to compare

v3.0.0...v3.1.0