ReadableRegex/readableRegex

Add isSSN API route and function

Offen

#49 geöffnet am 06.02.2025

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (22 Forks)auto 404
enhancementhelp wantedsecurity

Repository-Metriken

Stars
 (12 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

This one we have to be careful with, because we don't want to encourage sending payloads of sensitive info.

We aren't storing anything in persistence (or at least yet) and we want to make sure the data is not exposed.

Maybe for this one we should consult best practices for security.

Maybe encrypt the payload with the SSN (or require it to come encrypted), decrypt, validate, encrypt, and return a true/false?

Contributor Guide