Skip to content

chore(deps): update terraform aws to v6.55.0 - #367

Merged
dreadnode-renovate-bot[bot] merged 2 commits into
mainfrom
renovate/aws-6.x
Jul 19, 2026
Merged

chore(deps): update terraform aws to v6.55.0#367
dreadnode-renovate-bot[bot] merged 2 commits into
mainfrom
renovate/aws-6.x

Conversation

@dreadnode-renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 6.54.06.55.0
aws (source) required_provider minor ~> 6.54.0~> 6.55.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v6.55.0

Compare Source

FEATURES:

  • New Data Source: aws_elasticache_service_updates (#​44608)
  • New List Resource: aws_autoscaling_group (#​48928)
  • New List Resource: aws_cloudwatch_log_stream (#​48878)
  • New List Resource: aws_kinesis_firehose_delivery_stream (#​48946)
  • New List Resource: aws_network_interface (#​48887)
  • New List Resource: aws_rds_cluster (#​48948)
  • New List Resource: aws_sfn_state_machine (#​48840)

ENHANCEMENTS:

  • resource/aws_bedrock_guardrail: Add updated_at attribute (#​48881)
  • resource/aws_bedrockagentcore_agent_runtime: Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer, and the read-only require_service_s3_endpoint attribute to network_configuration.network_mode_config (#​48654)
  • resource/aws_bedrockagentcore_gateway: Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer (#​48654)
  • resource/aws_bedrockagentcore_harness: Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer (#​48654)
  • resource/aws_bedrockagentcore_harness: Add require_service_s3_endpoint argument to network_configuration.network_mode_config (#​48654)
  • resource/aws_bedrockagentcore_registry: Add allowed_workload_configuration, private_endpoint, and private_endpoint_overrides configuration blocks to authorizer_configuration.custom_jwt_authorizer (#​48654)
  • resource/aws_msk_replicator: Add consumer_group_offset_sync_mode attribute to consumer_group_replication block (#​47670)
  • resource/aws_network_interface: Add resource identity support (#​48887)
  • resource/aws_rds_cluster: Add resource identity support (#​48948)

BUG FIXES:

  • resource/aws_bedrockagentcore_harness: Fix Unsupported Type errors when no memory is configured (#​48654)
  • resource/aws_config_organization_managed_rule: Fix interface conversion: interface {} is nil, not *configservice.DescribeOrganizationConfigRuleStatusesOutput panics on delete (#​48845)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

| datasource         | package       | from   | to     |
| ------------------ | ------------- | ------ | ------ |
| terraform-provider | hashicorp/aws | 6.54.0 | 6.55.0 |
@dreadnode-renovate-bot
dreadnode-renovate-bot Bot added this pull request to the merge queue Jul 19, 2026
Merged via the queue into main with commit 56b1392 Jul 19, 2026
11 of 13 checks passed
@dreadnode-renovate-bot
dreadnode-renovate-bot Bot deleted the renovate/aws-6.x branch July 19, 2026 01:04
l50 added a commit to l50/DreadGOAD that referenced this pull request Jul 30, 2026
…e fix

**Changed:**

- Moved `printnightmare` from `uncreditableCategories` to `creditableCategories`, allowing it to score as an exploit now that ares-cli dreadnode#367 rebuilt the detection gate on a single "exploit completed" marker the PoC actually prints - `transport_ares.go`
- Rewrote the doc comment to scope the remaining refusal to `zerologon` only and explain the corrected rationale for `printnightmare`, whose old gate matched markers that never fired and thus scored zero rather than over-crediting - `transport_ares.go`
- Updated tests to assert `printnightmare` now credits under its own technique ID and split the "refusals never credit" case to isolate `zerologon` from the newly credited `printnightmare` - `transport_ares_test.go`
l50 added a commit to l50/DreadGOAD that referenced this pull request Jul 30, 2026
…te fix (#32)

**Key Changes:**

- Enabled crediting of the `printnightmare` category now that ares-cli
dreadnode#367 rebuilt its detection gate on a marker the PoC actually prints
- Moved `printnightmare` from the uncreditable refusal list to the
creditable categories map
- Updated tests and documentation to reflect the corrected
classification and rationale

**Added:**

- Creditable `printnightmare` category - Added `printnightmare` to
`creditableCategories` so the technique is scored like any other exploit
- `transport_ares.go`
- Test coverage for crediting - Added test cases verifying
`printnightmare` credits after ares dreadnode#367, including a dedicated
`printnightmare credits after ares gate fix` token coverage case -
`transport_ares_test.go`

**Changed:**

- Refusal rationale documentation - Rewrote the doc comment to explain
that the original `printnightmare` refusal was based on a faulty
mechanism (a gate matching markers the PoC never printed), corrected by
ares-cli dreadnode#367, and narrowed the remaining refusal rationale to
`zerologon` alone - `transport_ares.go`
- Refusal test expectations - Updated
`TestUncreditableCategoriesAreDeliberate`,
`TestDetectTokenCoverageDrift`, and the `AresCategoryToTechniqueID`
refusal cases to expect only `zerologon` (plus `other` and
`golden_ticket`) as deliberate refusals - `transport_ares_test.go`

**Removed:**

- `printnightmare` refusal entry - Removed `printnightmare` from the
`uncreditableCategories` map and its associated refusal test assertions,
since the category now credits correctly - `transport_ares.go`,
`transport_ares_test.go`
l50 added a commit to l50/DreadGOAD that referenced this pull request Jul 30, 2026
**Key Changes:**

- Documented that the ares#366/dreadnode#367 fixes are fork-only (l50/ares) and
absent from dreadnode/ares
- Added caveats explaining over-crediting and silent under-crediting
risks against a stock ares build
- Updated all issue references from generic "ares-cli"/"ares" to
fully-qualified "l50/ares" repo paths

**Changed:**

- Corrected upstream issue references throughout `transport_ares.go` and
`transport_ares_test.go`, replacing ambiguous "ares-cli dreadnode#366"/"ares
dreadnode#367" mentions with fully-qualified "l50/ares#366" and "l50/ares#367"
identifiers
- Expanded the `aresTokenBucket` doc comment to explain that the
exploited-count fix relies on fork-only changes to
`build_token_coverage_json` and `state/reader.rs`, warning that stock
builds lack `KEY_SUPERSEDED` and will over-credit back-credited
techniques
- Extended the `uncreditableCategories` documentation to clarify the
category promotion is fork-only, detailing how zerologon, nopac, and
printnightmare collapse back to "other" against dreadnode/ares and cause
silent crediting failures for nopac and printnightmare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants