Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions manifests/python_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,54 +5,54 @@ tests/:
test_schemas.py:
Test_Scanners:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Request_Cookies:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Request_FormUrlEncoded_Body:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Request_Headers:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Request_Json_Body:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Request_Path_Parameters:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
Test_Schema_Request_Query_Parameters:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Response_Body:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Response_Headers:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
Test_Schema_Response_on_Block:
"*": v8.113.0
alb: missing_feature
alb-multi: missing_feature
function-url: missing_feature
alb: xpass # auto activation: might not be the earliest working version
alb-multi: xpass # auto activation: might not be the earliest working version
function-url: xpass # auto activation: might not be the earliest working version
rasp/:
test_api10.py:
Test_API10_all: v8.117.0.dev
Expand Down
Loading