Skip to content

Releases: Samsung/CredSweeper

v1.4.7

19 Jan 09:56
efe42a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

19 Dec 00:28
d492af6
Compare
Choose a tag to compare

What's Changed

  • YAML and JSON are scanned like structures by @babenek in #236
  • Parse python sources to find full strings even they were split by @babenek in #237
  • Version up to 1.4.6 by @babenek in #244

Full Changelog: v1.4.5...v1.4.6

v1.4.5

15 Nov 21:36
d7e44c7
Compare
Choose a tag to compare

What's Changed

  • Deep scan enchancement by @babenek in #235
  • Extend help with possible variables by @babenek in #240
  • Propagate size limit config to PatchProvider by @babenek in #241
  • Version up to 1.4.5 by @babenek in #243
  • Used whathepatch v1.0.3 with fixed issue for huge diffs

Full Changelog: v1.4.4...v1.4.5

v1.4.4

20 Oct 09:53
ce0c711
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

22 Sep 08:19
2191283
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

29 Aug 08:00
335577f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

02 Aug 05:58
0025604
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Jul 13:23
fb44cf3
Compare
Choose a tag to compare

What's Changed

  • --ml_validation removed and ML is used by default.
  • All ML packages are installed by default.
  • ZIP archives might be scanned with option --depth (recursive)
  • API validation bugfixes for wrong server response case

v1.3.1

15 Jun 12:18
1e1e4d4
Compare
Choose a tag to compare

What's Changed

  • MlValidator object is created once
  • CredSweeper is installed with pip as CLI tool additionally
  • CredSweeper may be used as github action
  • Added size limit option to skip large files in scan

v1.3.0

18 May 17:04
5f487db
Compare
Choose a tag to compare

Changes:

  • change TF to ONNX for faster runtime #96
  • change default number of threads to 1 #83
  • optional find files by extension #101
  • modified JWT pattern to improve metrics #104
  • style fixes, type fixes, duplicate code removal