Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 31, 2020
1 parent 99c2768 commit 1645be6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ This kind of WP hosting used to cache plugins and protect the wp-login.php view.
You will need to contact them in order to disable the cache for this SAML plugin and also allow external HTTP POST to
wp-login.php


### Security Improvements on 3.2.0 ###

Version 3.2.0 includes a security patch that prevent RelayState redirection attacks

### Security Improvements on 3.0.0 ###

Version 3.0.0 includes a security patch that will prevent DDOS by expansion of internally defined entities (XEE)
Expand Down
9 changes: 9 additions & 0 deletions onelogin-saml-sso/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ To mitigate that bug, place the script at the root of wordpress and execute it (

== Changelog ==

= 3.2.0 =
* Avoid untrusted redirections
* Disable SAML on CLI/Cron on ACS and SLS endpoints. Allow custom filter to disable SAML
* Support multi-role
* Fix variable assignment during conditional check
* Swap to `manage_options` for the cap check on the validate page.
* Fix unintentional variable assignment
* Set 1000 as the limit of sites to be managed by SAML network settings

= 3.1.2 =
* Minor fix to extract all sites for the multi-site features

Expand Down
4 changes: 2 additions & 2 deletions onelogin-saml-sso/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"plugin": {
"app": "wordpress",
"name": "onelogin-saml-sso",
"version": "3.1.2",
"released": "17/01/2020"
"version": "3.2.0",
"released": "31/03/2020"
}
}

0 comments on commit 1645be6

Please sign in to comment.