-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #706 from jorgsowa/CVE-2023-49282
Add CVE-2023-49282 and CVE-2023-49283 for microsoft/microsoft-graph
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: 'Test code in published microsoft-graph-core package exposes phpinfo()' | ||
link: 'https://nvd.nist.gov/vuln/detail/CVE-2023-49283' | ||
cve: CVE-2023-49283 | ||
branches: | ||
2.x: | ||
time: 2023-11-30 12:40:00 | ||
versions: ['<2.0.2'] | ||
reference: 'composer://microsoft/microsoft-graph-core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
title: 'Test code in published microsoft-graph package exposes phpinfo()' | ||
link: 'https://nvd.nist.gov/vuln/detail/CVE-2023-49282' | ||
cve: CVE-2023-49282 | ||
branches: | ||
1.x: | ||
time: 2023-11-30 12:40:00 | ||
versions: ['>=1.16.0', '<1.109.1'] | ||
2.x: | ||
time: 2023-11-30 12:40:00 | ||
versions: ['>=2.0.0', '<2.0.1'] | ||
reference: 'composer://microsoft/microsoft-graph' |