Skip to content

Releases: globaldatanet/aws-firewall-factory

3.2.4

16 Jun 07:26
615bf81
Compare
Choose a tag to compare

Fixed

  • Update TestCases for WAF Testing
    • community-user-agent testcases
    • improve owasp testcases
  • Update Testing bin Version

3.2.3

15 Jun 15:45
1f3083f
Compare
Choose a tag to compare

Fixed

  • Bump eslint from 8.41.0 to 8.42.0
  • Bump @typescript-eslint/eslint-plugin from 4.4.0 to 5.59.11
  • Bump @typescript-eslint/parser from 4.4.0 to 5.59.11
  • Bump eslint-plugin-import from 2.24.2 to 2.27.5
  • Bump jest from 26.4.2 to 29.5.0
  • Bump ts-jest from 26.2.0 to 29.1.0
  • pinned dependencies to avoid conflicting peer dependencies
  • fix eslint issues
  • fix logging bucket encryption issues referencing 23513
  • fix cloudformation warning when using statements that inspect single headers (lowercase name key)

Added

  • Added Linting command lint to npm scripts which can be run via npm run lint

3.2.2

31 May 06:43
Compare
Choose a tag to compare

Fixed

  • Bump @aws-sdk/client-pricing from 3.332.0 to 3.341.0
  • Bump eslint from 8.40.0 to 8.41.0
  • Bump @aws-sdk/client-cloudwatch from 3.321.1 to 3.341.0
  • Bump @aws-sdk/client-service-quotas from 3.321.1 to 3.342.0
  • Bump @aws-sdk/client-fms from 3.332.0 to 3.342.0

3.2.1

16 May 06:55
2eb69d2
Compare
Choose a tag to compare

Fixed

  • Bump aws-cdk from 2.74.0 to 2.79.1 
  • Bump @aws-sdk/client-pricing from 3.321.1 to 3.332.0
  • Bump constructs from 10.1.314 to 10.2.24 
  • Bump @aws-sdk/client-fms from 3.321.1 to 3.332.0 
  • Bump eslint-plugin-promise from 5.2.0 to 6.1.1
  • Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.4.0
  • Bump @typescript-eslint/parser from 4.32.0 to 4.4.0
  • Bump eslint-config-standard from 16.0.3 to 17.0.0
  • Bump eslint from 7.32.0 to 8.4.0
  • Bump constructs from 10.2.24 to 10.2.25

3.2.0

05 May 08:38
Compare
Choose a tag to compare

Fixed

  • conflict peer dependency on package.json
  • Add RuleLabels when calculating capacity (its needed)

Added

  • Add CustomResponseBodies + custom actions for custom rules
    This feature adds specifying CustomResponseBodies on the WebAcl and custom actions for custom rules.

3.1.9

01 May 16:56
Compare
Choose a tag to compare

Fixed

  • Bump @aws-sdk/client-cloudformation from 3.319.0 to 3.321.1
  • Bump @aws-sdk/client-pricing from 3.319.0 to 3.321.1
  • Bump @aws-sdk/client-fms from 3.319.0 to 3.321.1
  • Bump @aws-sdk/client-cloudwatch from 3.315.0 to 3.319.0
  • Bump @aws-sdk/client-service-quotas from 3.315.0 to 3.319.0
  • Bump typescript from 3.9.10 to 4.9.5
  • Bump @types/node from 18.16.1 to 18.16.3
  • Helpers - newquota.RequestedQuotas false positive

3.1.8

26 Apr 16:33
Compare
Choose a tag to compare

Fixed

  • Bump @aws-sdk/client-cloudformation from 3.315.0 to 3.319.0
  • Bump @aws-sdk/client-pricing from 3.315.0 to 3.319.0
  • Bump @aws-sdk/client-fms from 3.315.0 to 3.319.0
  • Bump aws-cdk-lib from 2.74.0 to 2.76.0
  • Bump eslint-plugin-promise from 5.2.0 to 6.1.1
  • Bump @aws-sdk/client-wafv2 from 3.52.0 to 3.319.0

3.1.7

26 Apr 14:31
Compare
Choose a tag to compare

Fixed

  • Bump @aws-sdk/client-cloudwatch from 3.315.0 to 3.319.0
  • Bump @types/node from 10.17.27 to 18.16.1
  • Bump ts-node from 9.1.1 to 10.9.1
  • Bump @aws-sdk/client-service-quotas from 3.315.0 to 3.319.0
  • Bump typescript-json-schema from 0.53.1 to 0.56.0

Changed:

  • adjust dependabot interval to weekly

3.1.6

26 Apr 14:09
253b0ca
Compare
Choose a tag to compare

Added

3.1.5

26 Apr 06:54
2744d09
Compare
Choose a tag to compare

Fixed

  • versionEnabled must be set to true if version is defined -> Kudos to @vboufleur
  • Don't fail in CI is job is skipped
  • Enable commiting package-lock.json to repo