copilot-swe-agent[bot]
f6908fe9ec
Initial plan
2026-02-09 12:01:56 +00:00
Christian Krakau-Louis
90ce88dad9
Merge pull request #8 from christianlouis/copilot/security-remediation-sprint
...
Security Remediation Sprint: Authentication, XXE Protection, Input Validation & Headers
2026-02-09 13:01:18 +01:00
copilot-swe-agent[bot]
494ef135d5
Final code review fixes: move import, remove empty tests, add production warning
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-09 11:53:43 +00:00
copilot-swe-agent[bot]
8550799bf8
Address code review feedback: improve XSS prevention, structured errors, API key logging, CSP warnings
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-09 11:51:58 +00:00
copilot-swe-agent[bot]
2e22941927
Update SECURITY.md with completed remediation status and fix bandit warning
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-09 11:48:19 +00:00
copilot-swe-agent[bot]
d38934625d
Add comprehensive security tests for authentication, validation, and file upload
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-09 11:46:32 +00:00
copilot-swe-agent[bot]
03f4eaf724
Implement critical security fixes: secret management, XML parsing, auth, input validation, security headers
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-09 11:43:22 +00:00
copilot-swe-agent[bot]
717ced4f59
Initial plan
2026-02-09 11:37:28 +00:00
Christian Krakau-Louis
c0a2aa62ce
Merge pull request #4 from christianlouis/dependabot/pip/docs/readthedocs/pymdown-extensions-10.16.1
...
Bump pymdown-extensions from 10.0.1 to 10.16.1 in /docs/readthedocs
2026-02-09 12:35:13 +01:00
copilot-swe-agent[bot]
17c46b7d45
docs: Add comprehensive summary of issue generation
...
- Added ISSUE_GENERATION_SUMMARY.md with complete overview
- Documented all 54 generated issues by category
- Provided three different import methods
- Included setup instructions for milestones and labels
- Added recommended workflow and next steps
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-06 22:27:19 +00:00
copilot-swe-agent[bot]
c3f223c29a
feat: Add issue generation script and generated issues from roadmap
...
- Created Python script to parse ROADMAP.md and extract tasks
- Generated 54 GitHub issues:
- 7 Security Remediation Sprint issues (CRITICAL/HIGH priority)
- 43 Milestone feature issues (M4-M11)
- 4 Continuous Improvement issues
- Created issues.json, issues_preview.md, and create_issues.sh
- Added comprehensive README with usage instructions
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-06 22:26:26 +00:00
copilot-swe-agent[bot]
4bc1d1c48d
Initial plan
2026-02-06 22:19:55 +00:00
Christian Krakau-Louis
55ca6cdf82
Merge pull request #5 from christianlouis/copilot/analyze-repo-security-bugs
...
[WIP] Analyze repository for security issues and code improvements
2026-02-06 23:17:43 +01:00
copilot-swe-agent[bot]
9ae57b2a8f
Add comprehensive security and contribution documentation
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-06 22:00:17 +00:00
copilot-swe-agent[bot]
53f20f25d1
Initial plan
2026-02-06 21:51:36 +00:00
dependabot[bot]
3d554e2cee
Bump pymdown-extensions from 10.0.1 to 10.16.1 in /docs/readthedocs
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.0.1 to 10.16.1.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.0.1...10.16.1 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: 10.16.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-16 20:47:27 +00:00
Christian Krakau-Louis
a0ddadfaa1
Add comprehensive contributing, testing, roadmap, and database schema documentation for DMARQ
2025-04-21 02:51:17 +02:00
Christian Krakau-Louis
ae79cca8c1
Add comprehensive API and architecture documentation for DMARQ
2025-04-21 02:05:14 +02:00
Christian Krakau-Louis
e6a23c5fc9
Add comprehensive configuration documentation for DMARQ
2025-04-21 01:54:52 +02:00
Christian Krakau-Louis
e1a0bb975f
Merge branch 'milestone-3'
2025-04-21 01:54:29 +02:00
Christian Krakau-Louis
e7843790cf
Add Docker and manual installation guides, and comprehensive settings documentation for DMARQ
2025-04-21 01:53:38 +02:00
Christian Krakau-Louis
7bb564e3fe
Merge pull request #2 from christianlouis/milestone-3
...
Milestone 3
2025-04-21 01:50:44 +02:00
Christian Krakau-Louis
f7a51d499a
Add comprehensive documentation for DMARQ, including user guides, deployment instructions, and feature descriptions
...
- Created main documentation index and user guide with sections on getting started, dashboard overview, managing domains, and reports.
- Added detailed deployment guide for Docker and manual installation.
- Included user-friendly explanations of DMARC, its benefits, and how to manage domains and reports.
- Implemented visual assets for dashboard, domains, IMAP, and reports.
- Established requirements for documentation build using MkDocs and Material theme.
- Integrated navigation structure for easy access to all documentation sections.
2025-04-21 01:49:47 +02:00
Christian Krakau-Louis
5e8b1f033f
Add comprehensive documentation for DMARQ, including user guides, deployment instructions, and feature descriptions
...
- Created main documentation index and user guide with sections on getting started, dashboard overview, managing domains, and reports.
- Added detailed deployment guide for Docker and manual installation.
- Included user-friendly explanations of DMARC, its benefits, and how to manage domains and reports.
- Implemented visual assets for dashboard, domains, IMAP, and reports.
- Established requirements for documentation build using MkDocs and Material theme.
- Integrated navigation structure for easy access to all documentation sections.
2025-04-21 01:49:34 +02:00
Christian Krakau-Louis
3178a52b8d
Merge pull request #1 from christianlouis/milestone-2
...
Add domain management, reports, settings, and upload templates
2025-04-20 22:52:54 +02:00
Christian Krakau-Louis
51623a78d9
Update .env.example
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-20 22:52:21 +02:00
Christian Krakau-Louis
a92f0d6737
Create pylint.yml
2025-04-20 22:51:27 +02:00
Christian Krakau-Louis
1b79ec4f20
Add implementation todo list for DMARQ project milestones
2025-04-20 18:43:42 +02:00
Christian Krakau-Louis
69f8438a36
Add domain management, reports, settings, and upload templates
...
- Implemented domain management page with a list of monitored domains and their DMARC, SPF, and DKIM statuses.
- Created reports page with filtering options for domain, report type, and date range, displaying DMARC reports.
- Developed settings page for IMAP configuration and DMARC policy management, including form validation and feedback.
- Added upload page for DMARC report files with drag-and-drop functionality and file type validation.
- Integrated Alpine.js for interactivity and dynamic data handling across all templates.
2025-04-20 18:38:29 +02:00
Christian Krakau-Louis
f910cb0ba4
Add initial MVP documentation for DMARQ platform, detailing backend architecture, frontend implementation, and deployment structure
2025-04-17 15:20:42 +02:00
Christian Krakau-Louis
363a31c02d
Add purpose, mission, tagline, and project description to branding.md
2025-04-16 10:17:16 +02:00
Christian Krakau-Louis
31176393c6
Fix formatting issues in branding.md for improved readability
2025-04-16 10:14:45 +02:00
Christian Krakau-Louis
8e1fc115c3
Update README.md
2025-04-16 09:59:26 +02:00
Christian Krakau-Louis
37ce0ac5c8
Create branding.md
2025-04-16 09:50:02 +02:00
Christian Krakau-Louis
9b958ce456
Initial commit
2025-04-16 09:48:19 +02:00