Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump bepsvpt/secure-headers from 7.5.0 to 8.0.0 #1021

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps bepsvpt/secure-headers from 7.5.0 to 8.0.0.

Changelog

Sourced from bepsvpt/secure-headers's changelog.

  • 8.0.0 (2024-10-13)
    • Support X-DNS-Prefetch-Control header.
    • Support clientHints for Clear-Site-Data header.
    • Support Reporting-Endpoints and NEL headers. (#49)
    • Update directives for Content-Security-Policy header.
      • The following directives were updated:
        • sandbox
        • trusted-types
      • The following directives were added:
        • fenced-frame-src
      • The following directives were removed:
        • navigate-to
        • plugin-types
    • Update directives for Permissions-Policy header.
      • The following directives were added:
        • attribution-reporting
        • bluetooth
        • browsing-topics
        • compute-pressure
        • gamepad
        • hid
        • identity-credentials-get
        • idle-detection
        • local-fonts
        • otp-credentials
        • publickey-credentials-create
        • serial
        • speaker-selection
        • storage-access
        • window-management
      • The following directives were removed:
        • battery
        • execution-while-not-rendered
        • execution-while-out-of-viewport
        • navigation-override
        • sync-xhr

7.x

Upgrade guide

Sourced from bepsvpt/secure-headers's upgrade guide.

7.5.0 to 8.0.0

  • Please refer to the changelog of version 8.0.0 to make corresponding adjustments based on your existing settings.

7.x.x to 7.3.0

  • The following new headers are added, you can find it here and copy to your config file.
    • Cross-Origin-Embedder-Policy
    • Cross-Origin-Opener-Policy
    • Cross-Origin-Resource-Policy

6.2.0 to 7.0.0

  • feature-policy was replaced with permissions-policy, make sure you add permissions-policy config to the config file, you can find it here.

6.1.x to 6.2.0

  • Add use-permissions-policy-header config key for feature-policy, you can find it here.

6.0.x to 6.1.0

  • X-Power-By header renamed to X-Powered-By.

5.x.x to 6.0.0

  • Lumen user need to add SecureHeadersMiddleware manually.
  • HSTS preload is disabled by default now, if your HSTS config does not contain preload key and you want to preserve previous behavior, add preload to HSTS section and set to true.
  • Update csp config structure from config file.

5.4.0 to 5.5.0

  • The following new headers are added, you can find it here and copy to your config file.
    • X-Power-By

5.3.x to 5.4.0

  • HSTS preload field can be disabled now, you can find it here and copy to your config file.
  • display-capture and document-domain are added to Feature-Policy, you can find it here and here.

5.2.x to 5.3.0

  • The following new headers are added, you can find it here and copy to your config file.
    • Feature-Policy

5.1.0 to 5.2.0

  • The following new headers are added, you can find it here and here and copy to your config file.
    • Clear-Site-Data
    • Server

... (truncated)

Commits
  • d2a5201 chore: release 8.0.0
  • 05438a0 docs: update upgrade for 8.0.0
  • f6734da docs: update comments
  • c412f94 ci: set zend.assertions in php.ini
  • 5d6e56c fix: ensure backward compatibility for array spread operator
  • a55f7e5 docs: update changelogs
  • 24e2865 feat: support Reporting-Endpoints and NEL headers (#49)
  • c1b0893 fix: missing clientHints handler for Clear-Site-Data header
  • 2a7ebd3 feat: update content-security-policy directives
  • 9f38230 feat: update permission-policy directives
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Related to the dependencies php Pull requests that update Php code labels Oct 14, 2024
@dependabot dependabot bot force-pushed the dependabot/composer/bepsvpt/secure-headers-8.0.0 branch from 6af96cb to 23d3aba Compare October 23, 2024 12:10
Bumps [bepsvpt/secure-headers](https://github.com/bepsvpt/secure-headers) from 7.5.0 to 8.0.0.
- [Changelog](https://github.com/bepsvpt/secure-headers/blob/main/CHANGELOG.md)
- [Upgrade guide](https://github.com/bepsvpt/secure-headers/blob/main/UPGRADE.md)
- [Commits](bepsvpt/secure-headers@7.5.0...8.0.0)

---
updated-dependencies:
- dependency-name: bepsvpt/secure-headers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/bepsvpt/secure-headers-8.0.0 branch from 23d3aba to 4ac75b7 Compare October 23, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to the dependencies php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants