ReadableRegex/readableRegex

Add isSSN API route and function

オープン

#49 opened on 2025/02/06

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (22 件のフォーク)auto 404
enhancementhelp wantedsecurity

Repository metrics

Stars
 (12 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド