Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bridgecrewio/checkov

Tags

3.3.17

Toggle 3.3.17's commit message
fix(general): honour scope.provider for platform-downloaded custom po… (

#7677)

fix(general): honour scope.provider for platform-downloaded custom policies

Co-authored-by: mblonder <[email protected]>

3.3.16

Toggle 3.3.16's commit message
fix(terraform): Added current Azure Terraform resources and taggable …

…resources as of hashicorp/azurerm provider version 4.81 (#7652)

* Added current Azure Terraform resources as of provider version 4.81

* Fixed copy/past issues with azure resource types

---------

Co-authored-by: Joshua Brule <[email protected]>

3.3.15

Toggle 3.3.15's commit message
fix(sca): match CVE suppressions case-insensitively (#7659)

* fix(sca): match CVE suppressions case-insensitively

* chore(ci): pin pipenv on all python versions

* chore(ci): pin pipenv and bump danger-check to node 20

3.3.14

Toggle 3.3.14's commit message
fix(sca): match CVE suppressions case-insensitively (#7659)

* fix(sca): match CVE suppressions case-insensitively

* chore(ci): pin pipenv on all python versions

* chore(ci): pin pipenv and bump danger-check to node 20

3.3.13

Toggle 3.3.13's commit message
chore: update release notes

3.3.12

Toggle 3.3.12's commit message
fix(sca): correct Windows path handling in image referencer (#7650)

* fix(sca): correct Windows path handling in image referencer rootless paths

* fix(sca): align platform image paths to forward slashes on Windows

* fix(sca): apply Windows path handling only on Windows

* test(sca): drop version-dependent path case from rootless path test

* chore(secrets): bump detect-secrets to 1.5.50

3.3.11

Toggle 3.3.11's commit message
chore(secrets): bump detect-secrets to 1.5.49 (#7646)

bump detect-secrets to 1.5.49

3.3.10

Toggle 3.3.10's commit message
chore(general): allow aiohttp 3.14.x (#7642)

chore(deps): allow aiohttp 3.14.x

3.3.9

Toggle 3.3.9's commit message
fix(terraform): handle null container_properties in aws_batch_job_def… (

#7636)

fix(terraform): handle null container_properties in aws_batch_job_definition plan parsing

Terraform's compiled plan JSON sets unused schema attributes explicitly
to null rather than omitting them. When an aws_batch_job_definition
resource uses eks_properties instead of container_properties, the plan
JSON still contains container_properties: null, which caused jsonify()
to call json.loads(None) and raise an unhandled TypeError, crashing the
scan.

Guard against falsy/None values before calling json.loads, and catch
TypeError defensively in addition to JSONDecodeError.

Fixes #7587

3.3.8

Toggle 3.3.8's commit message
Merge branch 'main' into fix-ckv-k8s-40-hostusers