operationcode_backend
operationcode_backend copied to clipboard
Bump rack-cors from 0.4.1 to 1.0.5
Bumps rack-cors from 0.4.1 to 1.0.5.
Changelog
Sourced from rack-cors's changelog.
1.0.5 - 2019-11-14
Changed
- Update Gem spec to require rack >= 1.6.0
1.0.4 - 2019-11-13
Security
- Escape and resolve path before evaluating resource rules (thanks to Colby Morgan)
1.0.3 - 2019-03-24
Changed
- Don't send 'Content-Type' header with pre-flight requests
- Allow ruby array for vary header config
1.0.2 - 2017-10-22
Fixed
- Automatically allow simple headers when headers are set
1.0.1 - 2017-07-18
Fixed
- Allow lambda origin configuration
1.0.0 - 2017-07-15
Security
- Don't implicitly accept 'null' origins when 'file://' is specified (https://github-redirect.dependabot.com/cyu/rack-cors/pull/134)
- Ignore '' origins (https://github-redirect.dependabot.com/cyu/rack-cors/issues/139)
- Default credentials option on resources to false (https://github-redirect.dependabot.com/cyu/rack-cors/issues/95)
- Don't allow credentials option to be true if '*' is specified is origin (https://github-redirect.dependabot.com/cyu/rack-cors/pull/142)
- Don't reflect Origin header when '*' is specified as origin (https://github-redirect.dependabot.com/cyu/rack-cors/pull/142)
Fixed
- Don't respond immediately on non-matching preflight requests instead of sending them through the app (https://github-redirect.dependabot.com/cyu/rack-cors/pull/106)
Commits
b704fdaUp rack requirementbaa02d2Updating Gems to hopefully get rid of alerts in GHa5e8546Reduce default max_age to a more sensible valuee4d4fc3Unescape and resolve paths before resource checks145a5df[CI] Test against Ruby 2.6f77f89fVersion 1.0.3ddcf819Clean up gemspec5fed623Update rack gem1137201Update Rails4 examplec62c484Remove unnecessary :require option from Gemfile example- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.