chore: return SDS findings into SDK Response#7761
Conversation
Overall package sizeSelf size: 4.96 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7761 +/- ##
==========================================
+ Coverage 80.40% 80.43% +0.02%
==========================================
Files 741 741
Lines 32110 32173 +63
==========================================
+ Hits 25819 25877 +58
- Misses 6291 6296 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This comment has been minimized.
This comment has been minimized.
|
can we have some tests added or existing ones updated for this ? |
7d6f6de to
237e658
Compare
BenchmarksBenchmark execution time: 2026-03-13 09:11:44 Comparing candidate commit d2c7003 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics. |
* feat(ai-guard): return SDS findings into SDK Response * add tests for sds findings in sdk response and abort error * change sds format from unknown to Object
* feat(ai-guard): return SDS findings into SDK Response * add tests for sds findings in sdk response and abort error * change sds format from unknown to Object
What does this PR do?
AI Guard return SDS tags in SDK response from evaluator API response.
Motivation
APPSEC-61591
Additional Notes
APPSEC-61588 - SDS scans returned in SDK response by AI Guard [system-tests]
System Test for this feature is passing locally