feat(prowler): chunk11 add the AWS service routes (#422) - #441
Draft
Christophe Melchior (Kakudou) wants to merge 4 commits into
Draft
Conversation
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 11 of the Prowler injector stack: add the AWS service routes — the CHK.011 AWS service assessment: the BDD suite (behaviour, OCSF status / lifecycle logs / verbose diagnostics / OCSF capture fixtures), the three AWS service routes (IAM, S3, EC2) in
contracts/aws.pywith shared AWS finding selection, their registration in the registry /__init__(the first service-level executable contracts after the four provider bases), and the final OCSF capture alignment — including the cross-chunk BDD updates (chk001, chk007, chk008, chk009, chk010) and the chk006 unit registry expectations.Re-landed from
feat/422-prowler-chk011-service-aws-assessment(13b112f..5379174): 12 source commits folded into 4 (J1:3d0adbb; J2:223a897+6b96cc9; J3:702c151+e0a50f7; J4:28236c4+33bd00d+ff86f9d+477608a+253204e+5379174). J2 and J3 landed at the source-final post-images, so the later alignment content was already in place and J4 was a single no-conflict cherry-pick of28236c4(auto-merged the registry test to the final state; left the CHK.011 BDD a no-op). Gate V (whole-branch tree vs source tip5379174): byte-identical except (a) the 14pyproject.tomlversion differences of the other injectors (base move to3.260821.0;prowler/untouched), (b) the 8trap-analysis.mdfiles (chk004–chk011) excluded by standing call, and (c) one approved deviation — the pinnedpyoaevversion assert removed fromprowler/tests/unit/chk006_executable_base/test_outputs_registry_runtime.py.