Skip to content

Commit

Permalink
Merge branch 'develop' into release/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Nov 7, 2019
2 parents 8133a06 + acbcf16 commit 57fd749
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 40 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ before_script:
script:
- ant


branches:
only:
- master
- develop
- feature/fine-grained-authorization

addons:
apt:
packages:
- ant
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.0.1
This is a security release that will harden the application against CVE 2019-346
* Upgrade Stepup-saml-bundle to version 4.1.8 #176

## 3.0.0 FGA (fine grained authorization)

The new fine grained authorization logic will allow Ra's from other institutions to accredidate RA's on behalf of another organisation. This is determined based on the institution configuration. https://github.com/OpenConext/Stepup-Deploy/wiki/rfc-fine-grained-authorization/b6852587baee698cccae7ebc922f29552420a296
Expand All @@ -8,8 +11,8 @@ The new fine grained authorization logic will allow Ra's from other institutions
The changes to SelfService in regards to the FGA changes only where to remain compatible with API changes made for Stepup-RA. No new features have been added.

## 2.10.7
**Improvement**
* Install security updates
This is a security release that will harden the application against CVE 2019-346
* Upgrade Stepup-saml-bundle to version 4.1.8 #175

## 2.10.6
**Bugfix**
Expand Down
75 changes: 40 additions & 35 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57fd749

Please sign in to comment.