Skip to content

Releases: wayneashleyberry/vscode-entropy-scanner

v1.6.0

22 Oct 11:43
v1.6.0
76f4d99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.6.0

v1.5.2

22 Oct 11:33
v1.5.2
394e38b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v.1.5.1

22 Oct 11:11
v1.5.1
3b8aaa7
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

v1.5.0

13 Oct 13:37
v1.5.0
d3b0ede
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

24 Sep 10:19
v1.4.0
f580d8a
Compare
Choose a tag to compare

This release adds signature exclusion reasons to your tartufo.toml when using the quick action. Exclusion reasons are often documented with comments, but most toml parsers do not retain comments. To work around this, I have added a separate configuration object in which the exclusion reasons can be documented.

Generated tartufo.toml files will now look like this:

[tool.tartufo]
repo-path = "."
cleanup = true
regex = true
entropy = true
exclude-path-patterns = ["tartufo.toml"]
exclude-signatures = [
    "e7c7953f1d814374d50ab0ce75371a2145048318b6d41ee132680746298daf74",
]

[tool.tartufo.exclude-signature-reasons]
e7c7953f1d814374d50ab0ce75371a2145048318b6d41ee132680746298daf74 = "README.md: <Reason for exclusion>"

v1.3.0

22 Sep 15:21
v1.3.0
40a2aac
Compare
Choose a tag to compare

This release adds a code action to exclude a specific signature by writing it to a tartufo.toml file.

v1.2.0

22 Sep 12:59
v1.2.0
1c5e94d
Compare
Choose a tag to compare

This release adds support for the exclude-path-patterns and exclude-signatures options in your tartufo.toml.

v1.1.2

19 Sep 16:37
v1.1.2
c9dfad5
Compare
Choose a tag to compare

Signatures were not matching those generated by tartufo... this may not be compatible with multiple workspaces.

v1.1.1

19 Sep 15:58
v1.1.1
d362b21
Compare
Choose a tag to compare

Fix incorrect handling of string positions

v1.1.0

19 Sep 15:46
v1.1.0
dac530e
Compare
Choose a tag to compare

Signatures compatible with tartufo will be provided when editing a file that has a path on disk.