augustd / owasp-security-logging

OWASP Security Logging library for Java
https://www.owasp.org/index.php/OWASP_Security_Logging_Project
Apache License 2.0
115 stars 35 forks source link

SSN masking #42

Closed augustd closed 5 years ago

augustd commented 5 years ago

Add masking for social security numbers. Unit tests included.

codecov-io commented 5 years ago

Codecov Report

Merging #42 into master will increase coverage by 1.07%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #42      +/-   ##
============================================
+ Coverage     37.31%   38.39%   +1.07%     
- Complexity       91       96       +5     
============================================
  Files            35       36       +1     
  Lines           686      698      +12     
  Branches         88       89       +1     
============================================
+ Hits            256      268      +12     
  Misses          409      409              
  Partials         21       21
Impacted Files Coverage Δ Complexity Δ
...asp/security/logging/mask/SSNMaskingConverter.java 100% <100%> (ø) 5 <5> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 029a37f...789c0b4. Read the comment docs.