• Joined on 2023-05-28
colin pushed to main at colin/ploughshares 2025-07-03 18:27:32 -04:00
b581cfa204 Optimize CSP configuration to improve deployment speed by removing hash calculation
colin pushed to main at colin/ploughshares 2025-07-03 18:24:24 -04:00
b950dd2c2a Add header testing scripts for debugging API and security headers
colin pushed to main at colin/ploughshares 2025-07-03 18:15:59 -04:00
7845079307 Fix production site issues with a more permissive CSP policy
colin pushed to main at colin/ploughshares 2025-07-03 18:14:12 -04:00
767df7dc44 Fix production site issue by removing dynamic CSP function
colin pushed to main at colin/ploughshares 2025-07-03 18:08:19 -04:00
35f80738a7 Fix security headers for API routes to ensure compatibility with CURL interface
colin pushed to main at colin/ploughshares 2025-07-03 14:36:33 -04:00
26a36de4de Optimize CSP by calculating resource hashes during Docker build
colin pushed to main at colin/ploughshares 2025-07-03 14:31:14 -04:00
9822bbd903 Expand Permissions-Policy to deny access to all unnecessary browser features
colin pushed to main at colin/ploughshares 2025-07-03 14:26:51 -04:00
0e76175163 Add missing security headers: Permissions-Policy, Cross-Origin-Embedder-Policy, Cross-Origin-Resource-Policy, and Cross-Origin-Opener-Policy
colin pushed to main at colin/ploughshares 2025-07-03 14:18:25 -04:00
f25ca7ffe0 Improve security by hosting all resources locally and using system fonts
colin pushed to main at colin/ploughshares 2025-07-03 14:13:42 -04:00
6a2dd63ad3 Fix CSP configuration to allow Bootstrap and external resources
colin pushed to main at colin/ploughshares 2025-07-03 14:09:11 -04:00
d771718799 Add environment variables for CSP configuration across different environments
colin pushed to main at colin/ploughshares 2025-07-03 14:03:28 -04:00
3ca04816eb Add secure headers using flask-talisman
colin pushed to main at colin/ploughshares 2025-07-03 13:53:36 -04:00
ae66bf0193 Remove outdated scan result files
colin pushed to main at colin/ploughshares 2025-07-03 13:52:03 -04:00
5d87d8e9f3 we havent licensed this.
colin pushed to main at colin/ploughshares 2025-07-03 13:49:24 -04:00
3c1661c1a7 Clean up README.md to remove inaccurate information
colin pushed to main at colin/ploughshares 2025-07-03 13:44:37 -04:00
61dda71a56 Initial commit with version 0.1.2
colin pushed to main at colin/ploughshares 2025-07-03 13:41:37 -04:00
fdf659d1ea Update version management system and bump version to 0.1.2
colin pushed to main at colin/ploughshares 2025-07-03 13:36:42 -04:00
4e1cad7a14 Update README.md to reflect current version management system
colin pushed to main at colin/ploughshares 2025-07-03 13:34:53 -04:00
5d0dc3d29a Update versionbump.sh to use VERSION file as source of truth for web UI
colin pushed to main at colin/ploughshares 2025-07-03 13:30:12 -04:00
52536db6d9 Fix VERSION file handling in Dockerfile