ComplianceAsCode / ComplianceAsCode/auditree-framework
Fix multi accred notifier bug
- Dominant language
- Python
- Stars
- 76
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
## Overview
Notifiers should alert based on the accreditation(s) supplied on the execution. If a check is part of multiple accreditations in the controls.json then all of those accreditations tied to that check will receive notifications even if only a subset of the accreditations were supplied on the execution. The behavior should be fixed to only notify the accreditations supplied on the execution.
## Requirements
Fix notifier functionality to only notify based on the accreditations supplied on the execution when notifying for a check that is part of multiple accreditations and some of those executions are not supplied as part of the execution request.
## Approach
TBD
## Security and Privacy
N/A
## Test Plan
TBD
Contributor guide
Assessment
This issue has not been assessed yet.