Skip to content

Commit 3ee7d92

Browse files
authored
Merge branch 'main' into 2764-dependabot-improvements
2 parents ad592ce + 7e459b2 commit 3ee7d92

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

data/release-notes/3-0/0.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ sections:
128128
- Juypter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.
129129
- Dependency graph fails to parse `setup.py` Python manifest files, resulting in HTTP 500 errors in logs. This, combined with the duplicated logging issue, results in increased root volume utilization.
130130
- A race condition can cause dependency graph database migrations to appear to fail.
131+
- Instances with a custom timezone that were upgraded from an earlier release of GitHub Enterprise Server may have incorrect timestamps in the web UI.
131132

132133
deprecations:
133134
- heading: Deprecation of GitHub Enterprise Server 2.19

data/release-notes/3-0/1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ sections:
4040
- 'Repository [deploy keys](/developers/overview/managing-deploy-keys) are unable to be used with repositories containing LFS objects.'
4141
- 'Juypter Notebook rendering in the web UI may fail if the notebook includes non UTF-8 encoded characters.'
4242
- 'Dependency graph fails to parse `yarn.lock` Javascript manifest files, resulting in HTTP 500 errors in logs.'
43+
- 'Instances with a custom timezone that were upgraded from an earlier release of GitHub Enterprise Server may have incorrect timestamps in the web UI.'

lib/webhooks/static/dotcom/repository_vulnerability_alert.create.payload.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"id": 91095730,
55
"affected_range": ">= 2.0.4, < 2.0.6",
66
"affected_package_name": "rack",
7+
"fixed_in": "2.0.6",
78
"external_reference": "https://nvd.nist.gov/vuln/detail/CVE-2018-16470",
89
"external_identifier": "CVE-2018-16470",
9-
"fixed_in": "2.0.6"
10+
"ghsa_id": "GHSA-hg78-4f6x-99wq",
11+
"created_at": "2021-03-01T01:23:45Z"
1012
},
1113
"repository": {
1214
"id": 186853002,

lib/webhooks/static/dotcom/repository_vulnerability_alert.dismiss.payload.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"id": 7649605,
55
"affected_range": "0.2.0",
66
"affected_package_name": "many_versioned_gem",
7+
"fixed_in": "0.2.5",
78
"external_reference": "https://nvd.nist.gov/vuln/detail/CVE-2018-3728",
89
"external_identifier": "CVE-2018-3728",
9-
"fixed_in": "0.2.5",
10+
"ghsa_id": "GHSA-jp4x-w63m-7wgm",
11+
"created_at": "2017-10-24T00:00:00Z",
1012
"dismisser": {
1113
"login":"octocat",
1214
"id":1,
@@ -28,6 +30,6 @@
2830
"site_admin":true
2931
},
3032
"dismiss_reason": "No bandwidth to fix this",
31-
"dismissed_at": "2017-10-25T00:00:00+00:00"
33+
"dismissed_at": "2017-10-25T00:00:00Z"
3234
}
3335
}

0 commit comments

Comments
 (0)