Skip to content

[backend] validate date inputs format in validateInputAgainstSchema (#10881) #10984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

JeremyCloarec
Copy link
Contributor

@JeremyCloarec JeremyCloarec commented May 13, 2025

Proposed changes

  • validate date inputs format in validateInputAgainstSchema

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@JeremyCloarec JeremyCloarec changed the title [backend] validate date inputs format in validateInputAgainstSchema [backend] validate date inputs format in validateInputAgainstSchema (#10881) May 13, 2025
@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label May 13, 2025
@JeremyCloarec JeremyCloarec marked this pull request as ready for review May 13, 2025 14:44
Copy link

codecov bot commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.61%. Comparing base (8bbf3e8) to head (3924fc2).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10984      +/-   ##
==========================================
+ Coverage   65.60%   65.61%   +0.01%     
==========================================
  Files         674      674              
  Lines       67138    67146       +8     
  Branches     7415     7420       +5     
==========================================
+ Hits        44046    44059      +13     
+ Misses      23092    23087       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid date / time values can be added using a python program and pycti module
1 participant