@enterprise-cmcs/macpro-security-hub-sync
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -17,2 +17,3 @@ import { Remediation, AwsSecurityFinding } from "@aws-sdk/client-securityhub"; | ||
remediation?: Remediation; | ||
ProductName?: string; | ||
Resources?: Resource[]; | ||
@@ -38,2 +39,3 @@ } | ||
remediation?: Remediation | undefined; | ||
ProductName?: string | undefined; | ||
Resources?: Resource[] | undefined; | ||
@@ -40,0 +42,0 @@ }[]>; |
@@ -110,2 +110,3 @@ "use strict"; | ||
remediation: finding.Remediation, | ||
ProductName: finding.ProductName, | ||
Resources: finding.Resources, | ||
@@ -112,0 +113,0 @@ }; |
@@ -220,2 +220,3 @@ "use strict"; | ||
finding.accountAlias, | ||
finding.ProductName, | ||
...identifyingLabels, | ||
@@ -222,0 +223,0 @@ ], |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "NPM module to create Jira issues for all findings in Security Hub for the current AWS account..", | ||
@@ -10,0 +10,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48125
838