-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:cloudfoundry/uaa into feature/re…
…direct_uri_path_traversal # By Joshua Casey (417) and others # Via GitHub (170) and others * 'develop' of github.com:cloudfoundry/uaa: (1592 commits) Bump passay version 1.6.1 (#1612) Bump Spring Dependencies (#1611) Bump k8s.io/client-go from 0.21.2 to 0.21.3 in /k8s (#1609) Bump k8s.io/apimachinery from 0.21.2 to 0.21.3 in /k8s (#1608) Add workaround for revoke access dialog from issue #1036 (#1254) Bump spring oauth2 version to 2.5.1.RELEASE (#1601) Bump addressable from 2.5.0 to 2.8.0 in /uaa/slate (#1603) Add property option for mail.smtp.ssl.protocols (#1605) Add property option for mail.smtp.ssl.protocols (#1604) Fix CF-UAA version number Bump maven dependencies (#1600) Bump Tomcat dependency Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 in /k8s (#1599) cleanup code from sonar findings and add additional tests cleanup code from sonar findings and add additional tests More test parameters for UaaUrlUtils.findMatchingRedirectUri() tests fix: Open Redirect Security Issue via some UAA endpoints, including logout.do BigInteger encoding fixed (#1579) Set startStopTimeout to be configurable (#1594) switch to StaleUrlCache ... # Conflicts: # dependencies.gradle # model/build.gradle # server/build.gradle # server/src/main/java/org/cloudfoundry/identity/uaa/oauth/beans/LegacyRedirectResolver.java # uaa/build.gradle
- Loading branch information
Showing
1,035 changed files
with
35,927 additions
and
22,975 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,69 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/uaa" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gomod | ||
directory: "/k8s" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gradle | ||
directory: "/statsd" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gradle | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: org.apache.directory.api:api-ldap-model | ||
versions: | ||
- ">= 2.a" | ||
- "< 3" | ||
- dependency-name: org.flywaydb:flyway-core | ||
versions: | ||
- ">= 6.a" | ||
- "< 7" | ||
- dependency-name: org.passay:passay | ||
versions: | ||
- "> 1.2.0" | ||
- "< 2" | ||
- package-ecosystem: gradle | ||
directory: "/model" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gradle | ||
directory: "/metrics-data" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gradle | ||
directory: "/samples/api" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gradle | ||
directory: "/server" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gradle | ||
directory: "/samples/app" | ||
schedule: | ||
interval: daily | ||
time: "11:00" | ||
open-pull-requests-limit: 10 |
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 |
---|---|---|
|
@@ -41,3 +41,4 @@ uaa/slate/node_modules/**/* | |
uaa/slateCustomizations/source/versionfile | ||
|
||
ci/dockerfile/Dockerfile | ||
logs/** |
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
Oops, something went wrong.