-
Notifications
You must be signed in to change notification settings - Fork 807
Show exploited machine name under "Stolen From" in stolen credentials section #1004
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
Show exploited machine name under "Stolen From" in stolen credentials section #1004
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1004 +/- ##
===========================================
+ Coverage 26.21% 27.64% +1.43%
===========================================
Files 402 402
Lines 12830 12833 +3
===========================================
+ Hits 3363 3548 +185
+ Misses 9467 9285 -182
Continue to review full report at Codecov.
|
In general, our process for fixing bugs should be:
Since we don't want to test private methods, we can write tests against These tests also help communicate the root cause of the bug. |
aa5d9e3
to
b953d6e
Compare
b953d6e
to
d772760
Compare
👉 View analysis in DeepCode’s Dashboard | Configure the bot |
@@ -181,6 +181,7 @@ def get_exploited(): | |||
|
|||
@staticmethod | |||
def get_stolen_creds(): | |||
print(f"\n\n{list(mongo.db.telemetry.find())}\n\n") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a debug statement that slipped in by accident?
Fixes #1001