-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description:
Australian Medicare numbers are private and need to be kept safe. Protecting this data is extremely important to stop identity theft, healthcare fraud, and people getting into medical services without permission (more info here). This issue makes sure our system can find and protect these numbers.
Detection Steps:
- Create a regex pattern to match Medicare numbers (10 digits, first 9 are the ID, last is a check digit).
- Test the pattern with sample valid and invalid numbers.
- Add this check to our PII scan system.
- When a Medicare number is found, mask or block it in logs, databases, and user inputs.
Reactions are currently unavailable