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

fix(deps): update dependency gatsby-source-wordpress to v4 [security] #58

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-source-wordpress (source) ^3.2.5 -> ^4.0.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2021-32770

Impact

The gatsby-source-wordpress plugin prior to versions 4.0.8 and 5.9.2 leaks .htaccess HTTP Basic Authentication variables into the app.js bundle during build-time. Users who are not initializing basic authentication credentials in the gatsby-config.js are not affected.

Example affected gatsby-config.js:

      resolve: 'gatsby-source-wordpress',
        auth: {
          htaccess: {
            username: leaked_username
            password: leaked_password,
          },
        },

Patches

A patch has been introduced in gatsby-source-wordpress@4.0.8 and gatsby-source-wordpress@5.9.2 which mitigates the issue by filtering all variables specified in the auth: { } section. Users that depend on this functionality are advised to upgrade to the latest release of gatsby-source-wordpress, run gatsby clean followed by a gatsby build.

Workarounds

There is no known workaround at this time, other than manually editing the app.js file post-build.

For more information

Email us at security@gatsbyjs.com


Release Notes

gatsbyjs/gatsby (gatsby-source-wordpress)

v4.0.8

Compare Source

Other Changes
  • run setGatsbyApiToState in onPreInit to delete auth options #​32339 (f49a976)

v4.0.7

Compare Source

Bug Fixes

v4.0.6

Compare Source

Bug Fixes

v4.0.5

Compare Source

Bug Fixes

v4.0.4

Compare Source

Bug Fixes

v4.0.3

Compare Source

Other Changes

v4.0.2

Compare Source

Note: Version bump only for package gatsby-source-wordpress

v4.0.1

Compare Source

Note: Version bump only for package gatsby-source-wordpress

v4.0.0

Compare Source

🧾 Release notes

Other Changes

v3.11.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-source-wordpress

v3.10.0

Compare Source

🧾 Release notes

Bug Fixes
Chores
3.9.1 (2021-01-16)

Note: Version bump only for package gatsby-source-wordpress

v3.9.1

Compare Source

Note: Version bump only for package gatsby-source-wordpress

v3.9.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-source-wordpress

3.8.1 (2020-12-23)

Note: Version bump only for package gatsby-source-wordpress

v3.8.1

Compare Source

Note: Version bump only for package gatsby-source-wordpress

v3.8.0

Compare Source

🧾 Release notes

Chores

v3.7.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-source-wordpress

3.6.1 (2020-11-23)

Note: Version bump only for package gatsby-source-wordpress

v3.6.1

Compare Source

Note: Version bump only for package gatsby-source-wordpress

v3.6.0

Compare Source

🧾 Release notes

Chores

v3.5.0

Compare Source

🧾 Release notes

Note: Version bump only for package gatsby-source-wordpress

v3.4.2

Compare Source

v3.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency gatsby-source-wordpress to v4 [security] fix(deps): update dependency gatsby-source-wordpress to v4 [security] - autoclosed Apr 3, 2024
@renovate renovate bot closed this Apr 3, 2024
@renovate renovate bot deleted the renovate/npm-gatsby-source-wordpress-vulnerability branch April 3, 2024 13:19
@renovate renovate bot changed the title fix(deps): update dependency gatsby-source-wordpress to v4 [security] - autoclosed fix(deps): update dependency gatsby-source-wordpress to v4 [security] Apr 3, 2024
@renovate renovate bot reopened this Apr 3, 2024
@renovate renovate bot restored the renovate/npm-gatsby-source-wordpress-vulnerability branch April 3, 2024 15:15
@renovate renovate bot force-pushed the renovate/npm-gatsby-source-wordpress-vulnerability branch from 009347f to 19f70d5 Compare April 3, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants