-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Pdo driver interface/password sensitive param #874
Pdo driver interface/password sensitive param #874
Conversation
heap-s
commented
Aug 28, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | #872 |
… AbstractPdoDriver
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #874 +/- ##
============================================
- Coverage 99.61% 98.72% -0.90%
Complexity 1372 1372
============================================
Files 74 74
Lines 3360 3360
============================================
- Hits 3347 3317 -30
- Misses 13 43 +30 ☔ View full report in Codecov by Sentry. |
Can we test it? |
@Tigrov not really. |
Hm, if we can throw exception, then we can check trace. Example: https://3v4l.org/OYZAt |
To get an exception we can pass an integer value or |
Have we decided what we're doing here in terms of testing? |
Can you try to use this example for testing the SensitiveParameter? |
@Tigrov The solution that I think of implementing is https://3v4l.org/QK6Yo I believe that this is appropriate and what you'd like in terms of testing for the SensitiveParameter. Let me know what you think. |
Let me know if you'd like me to squash these commits, so that the history is cleaner |
Let's see on test results then squash and merge it. |
Thanks 👍 |