Skip to content

Commit

Permalink
retrained
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Aug 29, 2024
1 parent 72677be commit 8f886af
Show file tree
Hide file tree
Showing 7 changed files with 1,048 additions and 1,804 deletions.
Binary file modified credsweeper/ml_model/ml_model.onnx
Binary file not shown.
10 changes: 5 additions & 5 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
NEGLIGIBLE_ML_THRESHOLD = 0.0001

# credentials count after scan
SAMPLES_CRED_COUNT: int = 371
SAMPLES_CRED_LINE_COUNT: int = 388
SAMPLES_CRED_COUNT: int = 373
SAMPLES_CRED_LINE_COUNT: int = 390

# credentials count after post-processing
SAMPLES_POST_CRED_COUNT: int = 337
SAMPLES_POST_CRED_COUNT: int = 323

# with option --doc
SAMPLES_IN_DOC = 418

# archived credentials that are not found without --depth
SAMPLES_IN_DEEP_1 = SAMPLES_POST_CRED_COUNT + 23
SAMPLES_IN_DEEP_2 = SAMPLES_IN_DEEP_1 + 19
SAMPLES_IN_DEEP_1 = SAMPLES_POST_CRED_COUNT + 22
SAMPLES_IN_DEEP_2 = SAMPLES_IN_DEEP_1 + 18
SAMPLES_IN_DEEP_3 = SAMPLES_IN_DEEP_2 + 1

# well known string with all latin letters
Expand Down
Loading

0 comments on commit 8f886af

Please sign in to comment.