- AWS - SES - Create new resource type configuration-set for SES (#8457)
- aws - add support for 'aws-iso' partition (#9103)
- aws - rest-stage - add regex match support for wafv2-enabled filter and set-wafv2 action (#7946)
- aws - route53 recovery readiness-check - add resource and tagging support (#8112)
- aws - support python3.11 in lambda policy schema (#9047)
- aws - access analyzer finding resource (#8895)
- aws - account - add ses send metric filters (#7874)
- aws - account - add support for bedrock model invocation logging configuration (#9259)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accessanalyzer access-analyzer-finding | |
support advisor-check | |
mwaa airflow | |
ec2 ami | |
apigateway apigw-domain-name | |
elbv2 app-elb-target-group | |
discovery appdiscovery-agent | |
appstream appstream-fleet | |
codeartifact artifact-domain | |
athena athena-named-query |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import base64 | |
import json | |
import zlib | |
import time | |
def pack(data): | |
return base64.b64encode(zlib.compress(json.dumps(data, indent=0).encode('utf8'))).decode('ascii') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import base64 | |
import json | |
import zlib | |
import time | |
def pack(data): | |
return base64.b64encode(zlib.compress(json.dumps(data).encode('utf8'))).decode('ascii') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import bs4 | |
import json | |
import click | |
@click.command() | |
@click.option('--perm', required=True, type=click.File('r')) | |
@click.option('--output', required=True, type=click.File('w'), default='-') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ghapi.all import GhApi, paged | |
import pprint | |
import json | |
import click | |
from pathlib import Path | |
@click.group() | |
def cli(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"encoding/json" | |
"fmt" | |
"log" | |
"os" | |
"path/filepath" | |
"github.com/aquasecurity/defsec/pkg/extrafs" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"__full_name__": "module.module_in_child_dir", | |
"__id__": "744840c2-8833-4ef8-b0c3-5b6badae0600", | |
"__in_module__": false, | |
"__is_count_expanded": false, | |
"__is_empty__": false, | |
"__is_nil__": false, | |
"__is_not_nil__": true, | |
"__label__": "module_in_child_dir", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"a4b": { | |
"profile": "arn:{Partition}:a4b:{Region}:{Account}:profile/{Resource_id}", | |
"room": "arn:{Partition}:a4b:{Region}:{Account}:room/{Resource_id}", | |
"device": "arn:{Partition}:a4b:{Region}:{Account}:device/{Resource_id}", | |
"skillgroup": "arn:{Partition}:a4b:{Region}:{Account}:skill-group/{Resource_id}", | |
"user": "arn:{Partition}:a4b:{Region}:{Account}:user/{Resource_id}", | |
"addressbook": "arn:{Partition}:a4b:{Region}:{Account}:address-book/{Resource_id}", | |
"conferenceprovider": "arn:{Partition}:a4b:{Region}:{Account}:conference-provider/{Resource_id}", | |
"contact": "arn:{Partition}:a4b:{Region}:{Account}:contact/{Resource_id}", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: item-list | |
list-expr: SecurityGroups[] | |
attrs: | |
KeyA: ValueFilterDef | |
KeyB: ValueFilterDef |
NewerOlder