mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
10 KiB
10 KiB
Prowler API Changelog
All notable changes to the Prowler API are documented in this file.
[1.13.0] (Prowler UNRELEASED)
Added
- Integration with JIRA, enabling sending findings to a JIRA project (#8622), (#8637)
GET /overviews/findings_severitynow supportsfilter[status]andfilter[status__in]to aggregate by specific statuses (FAIL,PASS)(#8186)- Throttling options for
/api/v1/tokensusing theDJANGO_THROTTLE_TOKEN_OBTAINenvironment variable (#8647)
[1.12.0] (Prowler 5.11.0)
Added
- Lighthouse support for OpenAI GPT-5 (#8527)
- Integration with Amazon Security Hub, enabling sending findings to Security Hub (#8365)
- Generate ASFF output for AWS providers with SecurityHub integration enabled (#8569)
Fixed
- GitHub provider always scans user instead of organization when using provider UID (#8587)
[1.11.0] (Prowler 5.10.0)
Added
- Github provider support (#8271)
- Integration with Amazon S3, enabling storage and retrieval of scan data via S3 buckets (#8056)
Fixed
- Avoid sending errors to Sentry in M365 provider when user authentication fails (#8420)
[1.10.2] (Prowler v5.9.2)
Changed
- Optimized queries for resources views (#8336)
[v1.10.1] (Prowler v5.9.1)
Fixed
- Calculate failed findings during scans to prevent heavy database queries (#8322)
[v1.10.0] (Prowler v5.9.0)
Added
- SSO with SAML support (#8175)
GET /resources/metadata,GET /resources/metadata/latestandGET /resources/latestto expose resource metadata and latest scan results (#8112)
Changed
/processorsendpoints to post-process findings. Currently, only the Mutelist processor is supported to allow to mute findings.- Optimized the underlying queries for resources endpoints (#8112)
- Optimized include parameters for resources view (#8229)
- Optimized overview background tasks (#8300)
Fixed
- Search filter for findings and resources (#8112)
- RBAC is now applied to
GET /overviews/providers(#8277)
Changed
POST /schedules/dailyreturns a409 CONFLICTif already created (#8258)
Security
- Enhanced password validation to enforce 12+ character passwords with special characters, uppercase, lowercase, and numbers (#8225)
[v1.9.1] (Prowler v5.8.1)
Added
- Custom exception for provider connection errors during scans (#8234)
Changed
- Summary and overview tasks now use a dedicated queue and no longer propagate errors to compliance tasks (#8214)
Fixed
- Scan with no resources will not trigger legacy code for findings metadata (#8183)
- Invitation email comparison case-insensitive (#8206)
Removed
- Validation of the provider's secret type during updates (#8197)
[v1.9.0] (Prowler v5.8.0)
Added
- Support GCP Service Account key (#7824)
GET /compliance-overviewsendpoints to retrieve compliance metadata and specific requirements statuses (#7877)- Lighthouse configuration support (#7848)
Changed
- Reworked
GET /compliance-overviewsto return proper requirement metrics (#7877) - Optional
userandpasswordfor M365 provider (#7992)
Fixed
- Scheduled scans are no longer deleted when their daily schedule run is disabled (#8082)
[v1.8.5] (Prowler v5.7.5)
Fixed
- Normalize provider UID to ensure safe and unique export directory paths (#8007).
- Blank resource types in
/metadataendpoints (#8027)
[v1.8.4] (Prowler v5.7.4)
Removed
- Reverted RLS transaction handling and DB custom backend (#7994)
[v1.8.3] (Prowler v5.7.3)
Added
- Database backend to handle already closed connections (#7935)
Changed
- Renamed field encrypted_password to password for M365 provider (#7784)
Fixed
- Transaction persistence with RLS operations (#7916)
- Reverted the change
get_with_retryto use the originalgetmethod for retrieving tasks (#7932)
[v1.8.2] (Prowler v5.7.2)
Fixed
- Task lookup to use task_kwargs instead of task_args for scan report resolution (#7830)
- Kubernetes UID validation to allow valid context names (#7871)
- Connection status verification before launching a scan (#7831)
- Race condition when creating background tasks (#7876)
- Error when modifying or retrieving tenants due to missing user UUID in transaction context (#7890)
[v1.8.1] (Prowler v5.7.1)
Fixed
- Added database index to improve performance on finding lookup (#7800)
[v1.8.0] (Prowler v5.7.0)
Added
- Huge improvements to
/findings/metadataand resource related filters for findings (#7690) - Improvements to
/overviewsendpoints (#7690) - Queue to perform backfill background tasks (#7690)
- New endpoints to retrieve latest findings and metadata (#7743)
- Export support for Prowler ThreatScore in M365 (7783)
[v1.7.0] (Prowler v5.6.0)
Added
- M365 as a new provider (#7563)
compliance/folder and ZIP‐export functionality for all compliance reports (#7653)- API endpoint to fetch and download any specific compliance file by name (#7653)
[v1.6.0] (Prowler v5.5.0)
Added
- Support for developing new integrations (#7167)
- HTTP Security Headers (#7289)
- New endpoint to get the compliance overviews metadata (#7333)
- Support for muted findings (#7378)
- Missing fields to API findings and resources (#7318)
[v1.5.4] (Prowler v5.4.4)
Fixed
- Bug with periodic tasks when trying to delete a provider (#7466)
[v1.5.3] (Prowler v5.4.3)
Fixed
- Duplicated scheduled scans handling (#7401)
- Environment variable to configure the deletion task batch size (#7423)
[v1.5.2] (Prowler v5.4.2)
Changed
- Refactored deletion logic and implemented retry mechanism for deletion tasks (#7349)
[v1.5.1] (Prowler v5.4.1)
Fixed
- Handle response in case local files are missing (#7183)
- Race condition when deleting export files after the S3 upload (#7172)
- Handle exception when a provider has no secret in test connection (#7283)
[v1.5.0] (Prowler v5.4.0)
Added
- Social login integration with Google and GitHub (#6906)
- API scan report system, now all scans launched from the API will generate a compressed file with the report in OCSF, CSV and HTML formats (#6878)
- Configurable Sentry integration (#6874)
Changed
- Optimized
GET /findingsendpoint to improve response time and size (#7019)
[v1.4.0] (Prowler v5.3.0)
Changed
- Daily scheduled scan instances are now created beforehand with
SCHEDULEDstate (#6700) - Findings endpoints now require at least one date filter (#6800)
- Findings metadata endpoint received a performance improvement (#6863)
- Increased the allowed length of the provider UID for Kubernetes providers (#6869)