Iam-floyd

Latest version: v0.507.0

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 75 of 86

0.62.0

Finally this package (again) works in other languages than JavaScript

0.61.0

**New actions:**

- appflow:DescribeConnectorEntity
- appflow:DescribeFlow
- appflow:DescribeFlowExecutionRecords
- appflow:ListConnectorEntities
- appflow:ListFlows
- appflow:StartFlow
- appflow:StopFlow
- appflow:UpdateConnectorProfile
- sso:AttachManagedPolicyToPermissionSet
- sso:CreateAccountAssignment
- sso:DeleteAccountAssignment
- sso:DeleteInlinePolicyFromPermissionSet
- sso:DescribeAccountAssignmentCreationStatus
- sso:DescribeAccountAssignmentDeletionStatus
- sso:DescribePermissionSet
- sso:DescribePermissionSetProvisioningStatus
- sso:DetachManagedPolicyFromPermissionSet
- sso:GetInlinePolicyForPermissionSet
- sso:ListAccountAssignmentCreationStatus
- sso:ListAccountAssignmentDeletionStatus
- sso:ListAccountAssignments
- sso:ListAccountsForProvisionedPermissionSet
- sso:ListInstances
- sso:ListManagedPoliciesInPermissionSet
- sso:ListPermissionSetProvisioningStatus
- sso:ListPermissionSetsProvisionedToAccount
- sso:ListTagsForResource
- sso:ProvisionPermissionSet
- sso:PutInlinePolicyToPermissionSet
- sso:TagResource
- sso:UntagResource

**New conditions:**

- securityhub:ASFFSyntaxPath/${ aSFFSyntaxPath }

0.60.0

:warning: **Removed actions:**

- cloudfront:ListDistributionsByLambdaFunction

**New actions:**

- cloudfront:CreateCachePolicy
- cloudfront:CreateOriginRequestPolicy
- cloudfront:DeleteCachePolicy
- cloudfront:DeleteOriginRequestPolicy
- cloudfront:GetCachePolicy
- cloudfront:GetCachePolicyConfig
- cloudfront:GetOriginRequestPolicy
- cloudfront:GetOriginRequestPolicyConfig
- cloudfront:ListCachePolicies
- cloudfront:ListDistributionsByCachePolicyId
- cloudfront:ListDistributionsByOriginRequestPolicyId
- cloudfront:ListOriginRequestPolicies
- cloudfront:UpdateCachePolicy
- cloudfront:UpdateOriginRequestPolicy

0.59.0

**New actions:**

- ec2:CreateTransitGatewayPrefixListReference
- ec2:DeleteTransitGatewayPrefixListReference
- ec2:GetTransitGatewayPrefixListReferences
- ec2:ModifyTransitGateway
- ec2:ModifyTransitGatewayPrefixListReference
- elasticbeanstalk:PutInstanceStatistics

0.58.1

Fixes method `allMatchingActions` to return `this`. Method was not chainable in v0.58.0

0.58.0

:warning: **Breaking changes:**

- The functionality of the method `allActions` now has been split into multiple methods:
- `allActions`: No longer takes parameters. This method indeed adds all actions to the statement
- `allMatchingActions`: Takes regular expressions and adds all matching actions to the statement
- To work with access levels, use on of the new methods:
- `allListActions`
- `allReadActions`
- `allWriteActions`
- `allPermissionManagementActions`
- `allTaggingActions`

This change was partially forced by JSII limitations. The `All` class would have a conflicting `allActions` signature as it didn't take parameters, which isn't allowed by JSII. It also raised confusion as it was hard to explain why it differed. Splitting the functionality into multiple methods was the better choice.

Since we now have distinct methods for adding all actions per access level the ENUM `AccessLevel` no longer is exported.

This changes requires you to modify your code if you have used regular expressions and/or access levels. Example

typescript
new statement.Ec2()
.allow()
.allReadActions()


typescript
new statement.Ec2()
.deny()
.allMatchingActions(`/vpn/i`)


Other changes:

- Removes global condition overrides in statement providers. This is required since [JSII does simply not allow to override methods of parent classes while at the same time returning `this` from those methods](https://github.com/aws/jsii/issues/1935). Unfortunately this removes the specific method description with related resource type and actions.

- Default operator for global conditions, which support ARNs, now is `ArnLike` instead of `ArnEquals`. Because `ArnLike` behaves the same as `ArnEquals` if it doesn't contain wildcards. And if you provide an ARN with wildcards you wanted `ArnLike` anyway.

- Fixes description for many global conditions. Default operator is `StringLike` instead of `StringEquals`.

Page 75 of 86

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.