Skip to content

Commit 3b72bef

Browse files
committed
quote some version ranges to avoid YAML errors
1 parent 20fc879 commit 3b72bef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

cpansa/CPANSA-perl.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ advisories:
377377
reported: 2018-12-07
378378
severity: critical
379379
- affected_versions:
380-
- ==5.26.0
381-
- >=5.20.0,<5.24.3
380+
- '==5.26.0'
381+
- '>=5.20.0,<5.24.3'
382382
cves:
383383
- CVE-2017-12883
384384
description: |
@@ -406,8 +406,8 @@ advisories:
406406
reported: 2017-09-19
407407
severity: critical
408408
- affected_versions:
409-
- >=5.18.0,<5.24.3
410-
- ==5.26.0
409+
- '>=5.18.0,<5.24.3'
410+
- '==5.26.0'
411411
cves:
412412
- CVE-2017-12837
413413
description: |
@@ -434,7 +434,7 @@ advisories:
434434
reported: 2017-09-19
435435
severity: high
436436
- affected_versions:
437-
- <5.24.0
437+
- '<5.24.0'
438438
cves:
439439
- CVE-2015-8853
440440
description: |
@@ -960,7 +960,7 @@ advisories:
960960
reported: 2011-04-11
961961
severity: ~
962962
- affected_versions:
963-
- <5.4.4
963+
- '<5.4.4'
964964
cves:
965965
- CVE-1999-1386
966966
description: |
@@ -1026,9 +1026,9 @@ advisories:
10261026
description: |
10271027
A crafted regular expression when compiled by perl 5.30.0 through 5.38.0 can cause a one attacker controlled byte buffer overflow in a heap allocated buffer
10281028
fixed_versions:
1029-
- 5.34.3
1030-
- 5.36.3
1031-
- 5.38.1
1029+
- '5.34.3'
1030+
- '5.36.3'
1031+
- '5.38.1'
10321032
github_security_advisory:
10331033
- GHSA-96fh-9q43-rmjh
10341034
id: CPANSA-perl-2023-47038
@@ -1041,9 +1041,9 @@ advisories:
10411041
reported: 2023-10-30
10421042
severity: ~
10431043
- affected_versions:
1044-
- <5.34.2
1045-
- >=5.36.0,<5.36.3
1046-
- ==5.38.0
1044+
- '<5.34.2'
1045+
- '>=5.36.0,<5.36.3'
1046+
- '==5.38.0'
10471047
cves:
10481048
- CVE-2023-47039
10491049
description: |

xt/.last_run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
68251
1+
22878

0 commit comments

Comments
 (0)