- Fixed header precedence so custom HTTP validation headers like "Accept" are preserved

- Added new Heroku rule
This commit is contained in:
Mick Grove 2025-08-04 19:32:42 -07:00
commit ff5250c9a2
2 changed files with 0 additions and 2 deletions

View file

@ -523,4 +523,3 @@ impl From<finding_data::FindingDataEntry> for ReportMatch {
}
}
}

View file

@ -335,7 +335,6 @@ pub async fn fetch_s3_objects(
let pb = progress.clone();
let bucket_name = bucket.to_string();
s3::visit_bucket_objects(bucket, prefix, role_arn, profile, move |key, bytes| {