-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LogMaskedAttribute to handle int,long and guid values #126
Conversation
Please see #122 (comment) . What do you think? |
How about having a property in LogMaskedAttribute allowing other types besides string to be masked? |
I thought again about it. All non-string properties marked with this attribute ended in default case with |
I added |
Also you may include changes from #122. |
@sungam3r |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #126 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 239 242 +3
Branches 36 36
=========================================
+ Hits 239 242 +3 ☔ View full report in Codecov by Sentry. |
Although GUID's are not strings, we treat them as such, and do sometimes put in them secure data, not PII but machine II for sure. |
I also did not appreciate that it took you so long to merge my solution, and that you changed it so it's not my solution is even less appreciative. It was MY idea, it was MY solution - and yet I get no credit in your product, last time im adding source to your code |
https://github.com/destructurama/attributed/releases/tag/4.1.0 Thanks one more time, @mickeyperlstein |
Sorry, it was not intentional, I included you in release notes. |
With #141 you can mask property of any type, no more need to add custom cases. |
No description provided.