cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 6 forks source link

PUT execute_hibp_breach_values() Convert to API Endpoint #709

Open arng4108 opened 7 months ago

arng4108 commented 7 months ago

💡 Summary

Replace the existing TSQL function with a new REST endpoint that does the same thing Specifically: Convert "execute_hibp_breach_values()" TSQL query to an API endpoint

Motivation and context

There are two major reasons to use endpoints in place of sql queries.

Implementation notes

Acceptance criteria