DocumentBuilderFactory limiting (#5797)

This commit is contained in:
Anthony Stirling
2026-02-25 17:25:31 +00:00
committed by GitHub
parent c9e7d9d6c9
commit 9438b8db29
3 changed files with 6 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ def step_encrypt_pdf(context, password):
@given("the request data is")
def step_request_data(context):
context.request_data = eval(context.text)
context.request_data = json_module.loads(context.text)
@given("the request data includes")