Skip to content

Infrawise v0.8.7

Choose a tag to compare

@Sidd27 Sidd27 released this 05 Jun 16:04

Bug Fixes

  • derive cache directory from config file location, not process.cwd()
  • treat S3 GetPublicAccessBlock 403 as unknown instead of false
  • replace Infinity TTL with 1-hour TTL for meta cache in runCodeRefresh
  • remove 200-function Lambda pagination cap — paginate all functions
  • honour --no-cache flag by skipping cache writes in runAnalyze
  • add LambdaMissingTriggerDLQAnalyzer to runCodeRefresh analyzer list

Other

  • security: validate aws.endpoint scheme to prevent SSRF via non-http URLs
  • security: strip credentials from MySQL/MongoDB connection error messages