Skip to content

Commit

Permalink
[golang] Enable more RC tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
  • Loading branch information
eliottness committed Sep 18, 2024
1 parent 3c298fe commit 1f274c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ tests/:
Test_Schema_Request_Headers:
'*': v1.60.0-dev
net-http: irrelevant (net-http doesn't handle path params)
Test_Schema_Request_Json_Body: missing_feature
Test_Schema_Request_Json_Body: v1.69.0-dev
Test_Schema_Request_Path_Parameters:
'*': v1.60.0-dev
net-http: irrelevant (net-http doesn't handle path params)
Test_Schema_Request_Query_Parameters:
'*': v1.60.0-dev
net-http: irrelevant (net-http doesn't handle path params)
Test_Schema_Response_Body: missing_feature
Test_Schema_Response_Body_env_var: missing_feature
Test_Schema_Response_Headers: missing_feature
Test_Schema_Response_Body: v1.69.0-dev
Test_Schema_Response_Body_env_var: v1.69.0-dev
Test_Schema_Response_Headers: v1.69.0-dev
iast/:
sink/:
test_code_injection.py:
Expand Down Expand Up @@ -125,7 +125,7 @@ tests/:
TestURI: missing_feature
rasp/:
test_lfi.py: missing_feature
test_shi.py: missing_feature
test_shi.py: irrelevant (there is no equivalent to system(3) in go)
test_sqli.py:
Test_Sqli_BodyJson: v1.66.0
Test_Sqli_BodyUrlEncoded: v1.66.0
Expand Down

0 comments on commit 1f274c6

Please sign in to comment.