MrMoshkovitz
MrMoshkovitz
### Steps to Reproduce The current implementation of the ACM certificates expiration check in the Prowler tool does not distinguish between expired and near-expiration certificates. Both types are checked together,...
### Description This pull request addresses the issue described in [Bug Report #3966 ](https://github.com/prowler-cloud/prowler/issues/3966). It separates the checks for expired ACM certificates and near-expiration ACM certificates into distinct checks with...
Applite shows an "Update" button next to itself in the app list, indicating an update is available. However, when clicking the update button, a dialog appears confirming "You're up to...
## Summary Add `--exclude-probes` flag and exclusion syntax to enable running comprehensive scans while selectively omitting specific probes or probe families without maintaining manual inclusion lists. ### Basic example **Proposed...
# Bug Report: MitigationBypass Detector Incorrectly Scores Model Refusals as Failures ## Issue Summary The `mitigation.MitigationBypass` detector is incorrectly logging model refusals (e.g., "I'm sorry, I can't comply with that...
## Steps to reproduce 1. Install garak from repository 2. Run command: `python -m garak --target_type openai --target_name gpt-3.5-turbo --probes tap.TAP` 3. Observe immediate crash with NameError Environment: - Target:...