Module/raid registering
Description
Adding the back end support for the Raid event registration
Checklist
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing
- [ ] Extended the documentation, if necessary
Quick note: please be careful when using get_file_from_data() and save_file_as_data() 😉
Comment says: WARNING: **NEVER** trust user input when calling this function. Always check that parameters are valid.
Currently, your document_id is directly controlled by the user. As it is, it would be a major security flaw.
Yes, this is just a placeholder, the function done are tagged with Tags.raid for now
Codecov Report
Attention: Patch coverage is 75.56452% with 303 lines in your changes missing coverage. Please review.
Project coverage is 81.81%. Comparing base (
c0ac46e) to head (cb24267). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #347 +/- ##
==========================================
- Coverage 82.76% 81.81% -0.95%
==========================================
Files 115 125 +10
Lines 8227 9469 +1242
==========================================
+ Hits 6809 7747 +938
- Misses 1418 1722 +304
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
️✅ There are no secrets present in this pull request anymore.
If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
We need to merge https://github.com/aeecleclair/Hyperion/pull/510 first