File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
utils/build/docker/php/common Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,13 @@ manifest:
2323 tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Negative : v1.15.0
2424 tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Processor_Override : v1.15.0
2525 tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Scanner : v1.15.0
26- tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery : missing_feature
26+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery : v1.17.0-dev
27+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_authentication : irrelevant (Not supported)
28+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_metadata : irrelevant (Not supported)
29+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_request_body_type : irrelevant (Not supported)
30+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_response_body_type : irrelevant (Not supported)
31+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_response_code : irrelevant (Not supported)
32+ tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_type : irrelevant (Not supported)
2733 tests/appsec/api_security/test_endpoint_fallback.py : v1.16.0
2834 tests/appsec/api_security/test_schemas.py::Test_Scanners :
2935 - weblog_declaration :
Original file line number Diff line number Diff line change 77 \datadog \appsec \track_authenticated_user_event_automated ($ user );
88}
99
10+
11+ if (function_exists ('\DDTrace\add_endpoint ' )) {
12+ \DDTrace \add_endpoint ('/ ' , 'http.request ' , 'GET / ' , 'GET ' );
13+ \DDTrace \add_endpoint ('/another ' , 'http.request ' , 'GET /another ' , 'GET ' );
14+ }
15+
1016phpinfo ();
You can’t perform that action at this time.
0 commit comments