You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{info: "The Athena workgroup does not encrypt query results.",explanation:
"Encrypting query results stored in S3 helps secure data to meet compliance requirements for data-at-rest encryption.",level: NagMessageLevel.WARN,rule: rules.athena.AthenaWorkgroupEncryptedQueryResults,},
{info: "The CodeBuild project has privileged mode enabled.",explanation:
"Privileged grants elevated rights to the system, which introduces additional risk. Privileged mode should only be set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails.",level: NagMessageLevel.WARN,rule: rules.codebuild.CodeBuildProjectPrivilegedModeDisabled,},
similar traces in test files
Additional Information/Context
No response
PDK version used
v0.25.7
What languages are you seeing this issue on?
Typescript
Environment details (OS name and version, etc.)
macOS 15.0.1, apple m1 pro, node 20.18.0, pnpm 8.15.9
The text was updated successfully, but these errors were encountered:
Describe the bug
In cdk-nag v2.33.0
AthenaWorkgroupEncryptedQueryResults
andCodeBuildProjectPrivilegedModeDisabled
were removedSo using latest version of
pdk
andcdk-nag
and by running following command:pdk && pdk upgrade && pdk upgrade-deps
I got this error:
Expected Behavior
Current Behavior
Reproduction Steps
Just make a new project with
pdk-nag
andcdk-nag
and have an entrypoint like following:main.ts
Possible Solution
Remove
Additional Information/Context
No response
PDK version used
v0.25.7
What languages are you seeing this issue on?
Typescript
Environment details (OS name and version, etc.)
macOS 15.0.1, apple m1 pro, node 20.18.0, pnpm 8.15.9
The text was updated successfully, but these errors were encountered: