cisagov / con-pca-api

API Docker Container for Con-PCA
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Fix/Name Error in preview_html #823

Closed izzy64 closed 1 year ago

izzy64 commented 1 year ago

๐Ÿ—ฃ Description

Built more edge cases into preview_html() function to resolve logging error: name 'url' is not defined Traceback (most recent call last): File "/var/www/utils/reports.py", line 633, in preview_html context[i] = eval(i) # nosec File "<string>", line 1, in <module> NameError: name 'url' is not defined

๐Ÿ’ญ Motivation and context

Avoid errors when compiling the cycle report.

๐Ÿงช Testing

Tested Locally

โœ… Pre-approval checklist