mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-04-22 23:08:53 +02:00
DocumentBuilderFactory limiting (#5797)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user