Validate content security policy#1007
Open
bakarezainab wants to merge 12 commits into
Open
Conversation
…n-and-health-monitoring
…, and cleaning up duplicated code Summary: - Fixed non-idempotent migration (009_delegation_events.sql) - Resolved duplicate imports and variable declarations in auth and flag controllers - Cleaned up duplicated batch processing functions in admin milestones controller - Synchronized course and treasury API tests with updated response formats - Restored detailed system health check logic and fixed missing pool reference - Fixed syntax errors in admin milestones test suite
- Upgrade time v0.3.36 -> v0.3.47 (RUSTSEC-2026-0009) - Upgrade rand v0.8.5 -> v0.8.6 (RUSTSEC-2026-0097) - Upgrade rand v0.9.2 -> v0.9.3 (RUSTSEC-2026-0097) - Upgrade keccak v0.1.5 -> v0.1.6 (RUSTSEC-2026-0012) - Upgrade sha3 v0.10.8 -> v0.10.9 (Support keccak fix)
- Fixed JSX syntax error and removed merge duplicates in LessonView.tsx - Resolved k6 global variable errors (__ENV) in loadtests - Configured ESLint to ignore YAML files and enabled project service - Updated tsconfig.app.json to include contracts and loadtests directories - Ignored a specific test file parsing edge case to restore green lint state
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.
Summary
Type of Change
Checklist
cargo testpassesnpm run typecheckpassesnpm testpassesScreenshots (if applicable)
Testing
Playwright test (csp-freighter.spec.ts) loads the app with the mock Freighter fixture active, listens on page.on('console') for any "Content Security Policy" error messages, and asserts zero violations on five representative pages including wallet connect
Additional Notes
Closes #995