forked from concourse/concourse
-
Notifications
You must be signed in to change notification settings - Fork 0
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 concourse#5350 from concourse/5.2.x-open-redirect
5.2.x open redirect
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
|
||
#### <sub><sup><a name="v528-note-1" href="#528-note-1">:link:</a></sup></sub> fix | ||
|
||
* Fix an edge case of [CVE-2018-15798](https://www.cvedetails.com/cve/CVE-2018-15798/) where redirect URI during login flow could be embedded with a malicious host. | ||
|
||
#### <sub><sup><a name="v528-note-2" href="v528-note-2">:link:</a></sup></sub> fix | ||
|
||
* Added a flag, `--disable-list-all-jobs`. When this flag is passed, the /api/v1/jobs endpoint (which is known to have [performance issues](https://github.com/concourse/concourse/issues/5341)) will always return an empty JSON array instead of making complex and expensive database operations. The most significant end-user impact of this change should be that the dashboard will no longer display pipeline previews. #5340 |
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