
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@bridgecrew/cdk-validator-checkov
Advanced tools
The APIs of higher level constructs in this module are experimental and under active development. They are subject to non-backward compatible changes or removal in any future version. These are not subject to the Semantic Versioning model and breaking changes will be announced in the release notes. This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package.
npm install @bridgecrew/cdk-validator-checkov
pip install cdk-validator-checkov
To use this plugin in your CDK application add it to the CDK App.
from cdk_validator_checkov import CheckovValidator
...
App(
policy_validation_beta1=[
CheckovValidator()
]
)
By default, the CheckovValidator
plugin comes with all checkov
built-in checks for CloudFormation.
In order to disable any of the checks or just run a subset of them you can use the check
or skipCheck
property.
CheckovValidator(
check= ['CKV_AWS_18', 'CKV_AWS_21']
)
CheckovValidator(
skipCheck= ['CKV_AWS_18', 'CKV_AWS_21']
}
new App({
policyValidationBeta1: [
new CheckovValidator(),
],
});
Specify checks:
new CheckovValidator({
check: ['CKV_AWS_18', 'CKV_AWS_21'],
});
Skip checks:
new CheckovValidator({
skipCheck: ['CKV_AWS_18', 'CKV_AWS_21'],
});
FAQs
<!--BEGIN STABILITY BANNER-->
We found that @bridgecrew/cdk-validator-checkov demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 91 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.