Skip to content

Commit 486a92e

Browse files
authored
Merge pull request #598 from GrahamCampbell/patch-1
Correct 7.x series vulns for laravel/framework
2 parents 2c1108e + 032dd74 commit 486a92e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

illuminate/database/2021-04-28.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
versions: ['>=6.0.0', '<6.20.26']
88
"7.x":
99
time: ~
10-
versions: ['>=7.0.0', '<8.0.0']
10+
versions: ['>=7.0.0', '<7.30.5']
1111
"8.x":
1212
time: 2020-04-28 14:34:49
1313
versions: ['>=8.0.0', '<8.40.0']

laravel/framework/2021-04-28.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branches:
77
versions: ['>=6.0.0', '<6.20.26']
88
"7.x":
99
time: ~
10-
versions: ['>=7.0.0', '<8.0.0']
10+
versions: ['>=7.0.0', '<7.30.5']
1111
"8.x":
1212
time: 2020-04-28 14:34:49
1313
versions: ['>=8.0.0', '<8.40.0']

0 commit comments

Comments
 (0)