chore(deps): update dependency @backstage/plugin-app-backend to v0.3.75 [security]#294
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0d7c059 to
a802392
Compare
7aa801a to
cbdbb49
Compare
1074bd8 to
fcc986d
Compare
fcc986d to
c93c455
Compare
2dc9f0a to
4da0c8e
Compare
4da0c8e to
bf93d7d
Compare
bf93d7d to
ccb24f4
Compare
ccb24f4 to
99e9f4e
Compare
99e9f4e to
94053d7
Compare
d32f16f to
6f3c799
Compare
6f3c799 to
4177bd0
Compare
4177bd0 to
be0f3ae
Compare
be0f3ae to
d58ddcf
Compare
d58ddcf to
8d6e0ca
Compare
8d6e0ca to
017b49f
Compare
017b49f to
27cfe1c
Compare
27cfe1c to
fa9a052
Compare
fa9a052 to
24e93de
Compare
24e93de to
c3f8617
Compare
c3f8617 to
7515f1b
Compare
7515f1b to
60b6d03
Compare
60b6d03 to
53b2ea7
Compare
53b2ea7 to
1d3a17d
Compare
1d3a17d to
116ce83
Compare
5639041 to
92f2047
Compare
92f2047 to
4f005b2
Compare
4f005b2 to
68e5b4a
Compare
55978bb to
5c5b0b0
Compare
5c5b0b0 to
175d9fe
Compare
175d9fe to
ef0d4b5
Compare
ef0d4b5 to
d0e18e2
Compare
d0e18e2 to
044f9f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.57→0.3.75Unexpected visibility of environment variable configurations in @backstage/plugin-app-backend
CVE-2024-47762 / GHSA-qc4v-xq2m-65wc
More information
Details
Impact
Configuration supplied through
APP_CONFIG_*environment variables, for exampleAPP_CONFIG_backend_listen_port=7007, where unexpectedly ignoring the visibility defined in configuration schema. This occurred even if the configuration schema specified that they should have backend or secret visibility. This was an intended feature of theAPP_CONFIG_*way of supplying configuration, but now clearly goes against the expected behavior of the configuration system. This behavior leads to a risk of potentially exposing sensitive configuration details intended to remain private or restricted to backend processes.Patches
The issue has been resolved in version
0.3.75of the@backstage/plugin-app-backendpackage. Users are encouraged to upgrade to this version to mitigate the vulnerability.Workarounds
As a temporary measure, avoid supplying secrets using the
APP_CONFIG_configuration pattern. Consider alternative methods for setting secrets, such as the environment substitution available for Backstage configuration.References
If you have any questions or comments about this advisory:
Open an issue in the Backstage repository
Visit our Discord, linked to in Backstage README
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
backstage/backstage (@backstage/plugin-app-backend)
v0.3.75Compare Source
Patch Changes
094eaa3: Remove references to in-repo backend-commonv0.3.74Compare Source
Patch Changes
72a8c7b: Return HTTP status 400 rather than 500 when receiving an unknown POST request.d3f79d1: Fixing dependency metadata with the new@backstage/plugin-apppackage590fb2d: BREAKING: The app backend now supports the newindex.html.tmploutput from@backstage/cli. If available, theindex.htmlwill be templated at runtime with the current configuration of the app backend.This is marked as a breaking change because you must now supply the app build-time configuration to the backend. This change also affects the public path behavior, where it is no longer necessary to build the app with the correct public path upfront. You now only need to supply a correct
app.baseUrlto the app backend plugin at runtime.An effect that this change has is that the
index.htmlwill now contain and present the frontend configuration in an easily readable way, which can aid in debugging. This data was always available in the frontend, but it was injected and hidden in the static bundle.This templating behavior is enabled by default, but it can be disabled by setting the
app.disableConfigInjectionconfiguration option totrue.d425fc4: Modules, plugins, and services are nowBackendFeature, not a function that returns a feature.c2b63ab: Updated dependencysupertestto^7.0.0.Updated dependencies
v0.3.73Compare Source
v0.3.72Compare Source
Patch Changes
93095ee: Make sure node-fetch is version 2.7.0 or greater6bd6fda: DeprecatecreateRouterand its options in favour of the new backend system.v0.3.71Compare Source
Patch Changes
v0.3.70Compare Source
Patch Changes
v0.3.69Compare Source
v0.3.68Compare Source
Patch Changes
8869b8e: Updated local development setup.78a0b08: Internal refactor to handleBackendFeaturecontract change.82c2b90: Restore the support of external config schema in the router of theapp-backendplugin, which was broken in release1.26.0.This support is critical for dynamic frontend plugins to have access to their config values.
d44a20a: Added additional plugin metadata topackage.json.v0.3.67Compare Source
v0.3.66Compare Source
Patch Changes
d229dc4: Move path utilities frombackend-commonto thebackend-plugin-apipackage.v0.3.65Compare Source
Patch Changes
d5a1fe1: Replaced winston logger withLoggerServicec884b9a: Track assets namespace in the cache store, implement a cookie authentication for when the public entry is enabled and used with the new auth services.v0.3.64Compare Source
Patch Changes
v0.3.63Compare Source
Patch Changes
v0.3.62Compare Source
Patch Changes
52e43f2: Disable default auth policy, allowing unauthenticated access to app bundle.v0.3.61Compare Source
Patch Changes
v0.3.60Compare Source
v0.3.59Compare Source
v0.3.58Compare Source
Patch Changes
9aac2b0: Use--cwdas the firstyarnargument998ccf6: Support injecting config multiple times in a single bundle6bb6f3e: Updated dependencyfs-extrato^11.2.0.Updated dependency
@types/fs-extrato^11.0.0.54ad8e1: Allow theapp-backendplugin to use a global configuration schema provided externally through an extension.9dfd57d: Do not force caching of the Javascript asset that contains the injected config.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.