Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
db41f081
Commit
db41f081
authored
Aug 05, 2020
by
Mayra Cabrera
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'dev/master'
parents
aca1aa63
185f2c89
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
71 additions
and
60 deletions
+71
-60
CHANGELOG-EE.md
CHANGELOG-EE.md
+16
-0
CHANGELOG.md
CHANGELOG.md
+55
-0
changelogs/unreleased/211-update-kramdown.yml
changelogs/unreleased/211-update-kramdown.yml
+0
-5
changelogs/unreleased/security-195-2fa-applications-view.yml
changelogs/unreleased/security-195-2fa-applications-view.yml
+0
-5
changelogs/unreleased/security-200-dblessing-insufficient-oauth-revocation.yml
.../security-200-dblessing-insufficient-oauth-revocation.yml
+0
-5
changelogs/unreleased/security-202687-members-transfer-problem.yml
...s/unreleased/security-202687-members-transfer-problem.yml
+0
-5
changelogs/unreleased/security-check-group-exists-before-email.yml
...s/unreleased/security-check-group-exists-before-email.yml
+0
-5
changelogs/unreleased/security-dblessing-oauth-vuln-2.yml
changelogs/unreleased/security-dblessing-oauth-vuln-2.yml
+0
-5
changelogs/unreleased/security-fix-import-decompr-issue.yml
changelogs/unreleased/security-fix-import-decompr-issue.yml
+0
-5
changelogs/unreleased/security-fix-xss-in-markdown-reference-tooltips.yml
...eased/security-fix-xss-in-markdown-reference-tooltips.yml
+0
-5
changelogs/unreleased/security-fix-xss-in-milestone-tooltip.yml
...logs/unreleased/security-fix-xss-in-milestone-tooltip.yml
+0
-5
changelogs/unreleased/security-jobs-view-xss.yml
changelogs/unreleased/security-jobs-view-xss.yml
+0
-5
changelogs/unreleased/security-rm-202690.yml
changelogs/unreleased/security-rm-202690.yml
+0
-5
changelogs/unreleased/security-specialized_project_share_worker_to_respect_access_level.yml
...cialized_project_share_worker_to_respect_access_level.yml
+0
-5
No files found.
CHANGELOG-EE.md
View file @
db41f081
Please view this file on the master branch, on stable branches it's out of date.
## 13.2.3 (2020-08-05)
-
No changes.
## 13.2.2 (2020-07-29)
-
No changes.
...
...
@@ -372,6 +376,10 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Resolve duplicate use of shorcuts-tree. !36732
## 13.1.6 (2020-08-05)
-
No changes.
## 13.1.5 (2020-07-23)
### Fixed (2 changes)
...
...
@@ -553,6 +561,14 @@ Please view this file on the master branch, on stable branches it's out of date.
-
Relocate Go models. !34338 (Ethan Reesor (@firelizzard))
## 13.0.12 (2020-08-05)
-
No changes.
## 13.0.11 (2020-08-05)
This version has been skipped due to packaging problems.
## 13.0.10 (2020-07-09)
### Fixed (1 change)
...
...
CHANGELOG.md
View file @
db41f081
...
...
@@ -2,6 +2,24 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
## 13.2.3 (2020-08-05)
### Security (12 changes)
-
Update kramdown gem to version 2.3.0.
-
Enforce 2FA on Doorkeeper controllers.
-
Revoke OAuth grants when a user revokes an application.
-
Refresh project authorizations when transferring groups.
-
Stop excess logs from failure to send invite email when group no longer exists.
-
Verify confirmed email for OAuth Authorize POST endpoint.
-
Fix XSS in Markdown reference tooltips.
-
Fix XSS in milestone tooltips.
-
Fix xss vulnerability on jobs view.
-
Block 40-character hexadecimal branches.
-
Prevent a temporary access escalation before group memberships are recalculated when specialized project share workers are enabled.
-
Update GitLab Runner Helm Chart to 0.18.2.
## 13.2.2 (2020-07-29)
### Fixed (3 changes)
...
...
@@ -1029,6 +1047,23 @@ entry.
-
Remove removeIssue logic from list model. (nuwe1)
## 13.1.6 (2020-08-05)
### Security (11 changes)
-
Add decompressed archive size validation on Project/Group Import. !562
-
Enforce 2FA on Doorkeeper controllers.
-
Refresh project authorizations when transferring groups.
-
Stop excess logs from failure to send invite email when group no longer exists.
-
Verify confirmed email for OAuth Authorize POST endpoint.
-
Revoke OAuth grants when a user revokes an application.
-
Fix XSS in Markdown reference tooltips.
-
Fix XSS in milestone tooltips.
-
Fix xss vulnerability on jobs view.
-
Block 40-character hexadecimal branches.
-
Update GitLab Runner Helm Chart to 0.17.2.
## 13.1.5 (2020-07-23)
-
No changes.
...
...
@@ -1563,6 +1598,26 @@ entry.
-
Remove removeIssue logic from list model. (nuwe1)
## 13.0.12 (2020-08-05)
### Security (10 changes)
-
Add decompressed archive size validation on Project/Group Import. !562
-
Enforce 2FA on Doorkeeper controllers.
-
Refresh project authorizations when transferring groups.
-
Stop excess logs from failure to send invite email when group no longer exists.
-
Verify confirmed email for OAuth Authorize POST endpoint.
-
Revoke OAuth grants when a user revokes an application.
-
Fix XSS in Markdown reference tooltips.
-
Fix XSS in milestone tooltips.
-
Fix xss vulnerability on jobs view.
-
Block 40-character hexadecimal branches.
## 13.0.11 (2020-08-05)
This version has been skipped due to packaging problems.
## 13.0.10 (2020-07-09)
### Fixed (1 change)
...
...
changelogs/unreleased/211-update-kramdown.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Update kramdown gem to version 2.3.0
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-195-2fa-applications-view.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Enforce 2FA on Doorkeeper controllers
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-200-dblessing-insufficient-oauth-revocation.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Revoke OAuth grants when a user revokes an application
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-202687-members-transfer-problem.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Refresh project authorizations when transferring groups
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-check-group-exists-before-email.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Stop excess logs from failure to send invite email when group no longer exists
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-dblessing-oauth-vuln-2.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Verify confirmed email for OAuth Authorize POST endpoint
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-fix-import-decompr-issue.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Add decompressed archive size validation on Project/Group Import
merge_request
:
562
author
:
type
:
security
changelogs/unreleased/security-fix-xss-in-markdown-reference-tooltips.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Fix XSS in Markdown reference tooltips
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-fix-xss-in-milestone-tooltip.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Fix XSS in milestone tooltips
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-jobs-view-xss.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Fix xss vulnerability on jobs view
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-rm-202690.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Block 40-character hexadecimal branches
merge_request
:
author
:
type
:
security
changelogs/unreleased/security-specialized_project_share_worker_to_respect_access_level.yml
deleted
100644 → 0
View file @
aca1aa63
---
title
:
Prevent a temporary access escalation before group memberships are recalculated when specialized project share workers are enabled
merge_request
:
author
:
type
:
security
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment