feat(prowler): chunk7 add the AWS base contract (#422) - #437
Draft
Christophe Melchior (Kakudou) wants to merge 2 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/422-prowler-injector-chk6-contract-base #437 +/- ##
================================================================================
- Coverage 85.62% 84.84% -0.78%
================================================================================
Files 167 187 +20
Lines 6989 8079 +1090
================================================================================
+ Hits 5984 6855 +871
- Misses 1005 1224 +219
📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #422.
Chunk 7 of the Prowler injector stack: add the AWS base contract — the CHK007 base AWS provider: the BDD suite (behaviour, Unicode-digit account-ID rejection, OCSF status / AWS endpoint / lifecycle / verbose-diagnostic fixtures), the
contracts/aws.pyAWS contract module, its registration in the registry /__init__/ injector (AWS becomes the sole default executable contract), the quality-gate pass, and the final OCSF capture alignment (chk001 BDD + chk006 unit included).Re-landed from
feat/422-prowler-chk007-base-aws-provider(3d06af3..5603b0d): 9 source commits folded into 2 (G1:cba1e76+ 5 test-alignment folds; G2:fc54715+a1cde93+5603b0d— every cherry-pick applied clean, zero conflicts). Gate V (whole-branch tree vs source tip5603b0d): byte-identical except (a) the 14pyproject.tomlversion differences of the other injectors (base move to3.260821.0;prowler/untouched), (b) the 4trap-analysis.mdfiles excluded by standing call (3 carried from earlier chunks + the new chk007 one), and (c) one approved deviation — the pinnedpyoaevversion assert removed fromprowler/tests/unit/chk006_executable_base/test_outputs_registry_runtime.py.