IDS Layer version 1.4.0
Release date: August 3, 2023
Language versions currently supported:
Node.js 12, Node.js 14, Node.js 16
Python 3.8, Python 3.9
Minimum requirements:
Memory: 256 MB
Timeout: 5 seconds
Included third-party packages: See here.
New and improved:
Added a new ReDOS attack in Python (Node.js is coming in the next release)
Added a new NoSQLI attack for DynamoDB and MongoDB in both Python and NodeJS
Added support to improve validation of DAST attacks if the Lambda is instrumented with IDS
Improved performance of the CMDI rule
We made several enhancements and addressed issues to enhance overall performance and stability
Possible issues:
Dependencies collision:
See the included third-party packages.
Node.js:
Handler function that is defined with both
async
and acallback
likeasync function (event, context, callback)
, is not supportedWebpack library target to
commonjs2
with typescript compiler option module different thanCommonjs
is not supported