Skip to content

feat(validation): add CRUD endpoints for validation bypass rules#481

Open
seansica wants to merge 3 commits into
nextfrom
feature/add-crud-endpoints-for-managing-validation-bypass-rules
Open

feat(validation): add CRUD endpoints for validation bypass rules#481
seansica wants to merge 3 commits into
nextfrom
feature/add-crud-endpoints-for-managing-validation-bypass-rules

fix(identities): enforce MITRE protection via lifecycle hooks

ffe610e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2026 in 1s

69.66% (+0.51%) compared to f3fd8f1

View this Pull Request on Codecov

69.66% (+0.51%) compared to f3fd8f1

Details

Codecov Report

❌ Patch coverage is 88.30409% with 40 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.66%. Comparing base (f3fd8f1) to head (ffe610e).

Files with missing lines Patch % Lines
app/repository/validation-bypasses-repository.js 66.66% 12 Missing ⚠️
app/controllers/system-configuration-controller.js 62.96% 10 Missing ⚠️
...pp/services/system/system-configuration-service.js 78.37% 8 Missing ⚠️
app/controllers/validation-bypasses-controller.js 84.21% 6 Missing ⚠️
app/repository/attack-objects-repository.js 90.00% 3 Missing ⚠️
app/services/stix/identities-service.js 98.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next     #481      +/-   ##
==========================================
+ Coverage   69.15%   69.66%   +0.51%     
==========================================
  Files         220      220              
  Lines       30832    31102     +270     
  Branches     2676     2765      +89     
==========================================
+ Hits        21321    21667     +346     
+ Misses       9474     9395      -79     
- Partials       37       40       +3     

☔ View full report in Codecov by Harness.
📢 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.