Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 522 Bytes

File metadata and controls

14 lines (9 loc) · 522 Bytes

Sensitive Data Scanner

Rust Docs

This is the open-source library of the core SDS (Sensitive Data Scanner) functionality.

This contains:

  • Core SDS engine, which takes events and runs rules to find sensitive data
  • Built-in regex rule support, with optional keywords and secondary validator support
  • Generic rule trait, which allows implementing arbitrary rules outside of this repo
  • An extensive library of secondary validators / checksums
  • Go bindings