fix: remove hardcoded Mockaroo API key to prevent sensitive data leak - #4198
Open
rafaio1 wants to merge 90 commits into
Open
fix: remove hardcoded Mockaroo API key to prevent sensitive data leak#4198rafaio1 wants to merge 90 commits into
rafaio1 wants to merge 90 commits into
Conversation
Live Voting - Refactor filtering of voted on proposals IntersectMBO#4105
…rs_change Chore/codeowners change
Chore/workflows
…untime-variables Add runtime env injection for frontend Docker image
next 14 -> 16, next-intl 3 -> 4, @sentry/nextjs updated Nest stack moved to 11.x, axios updated jsonld upgraded to 9.x where applicable @playwright/test/playwright upgraded in playwright workspace Yarn workspaces upgraded aggressively (vite 8, vue 3.5, express 5, uuid 13, etc.) Added targeted overrides in frontend/metadata-validation to clear additional transitive highs where fixable
Add branch and semantic version tags to Docker image workflow
…abilities Upgrade GovTool frontend to React 19 and React Router v8
feat: docker compose for running the govtool stack locally
Add manual Docker image builds for pull requests
…abilities Fix vulnerabilities
…abilities Fix vulnerabilities in tests
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.
Issue Fixes #4145 ## Description This PR resolves the sensitive data leak by removing the hardcoded Mockaroo API key (
5d22e910) from the source code. The hardcoded key has been replaced with an environment variable (MOCKAROO_API_KEYorNEXT_PUBLIC_MOCKAROO_API_KEY) to ensure it is securel