Skip to content

Commit 7e67b42

Browse files
committed
New version 1.0.17.2 with enhancements to the HTML report
1 parent 7e38c60 commit 7e67b42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Release v1.0.17.2 (February 16th, 2025)
4+
* Added a Highlighted findings section to the HTML report. Special thanks to XXXXXX for their feedback.
5+
* Added to every table in the HTML report the ability to collapse and expand.
6+
* Merged the finding on similar repository names with the finding on the repository being the most starred.
7+
* Improved the introduction section of the HTML report to guide users with sample use-cases for Gitxray.
8+
39
## Release v1.0.17.1 (January 30th, 2025)
410
* Fixed parsing of legacy workflows which include an empty path attribute.
511
* Fixed parsing of broken armored PGP keys which appear to be accepted by GitHub when being added to a user's profile.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitxray"
7-
version = "1.0.17.1"
7+
version = "1.0.17.2"
88
authors = [
99
{ name="Lucas Lavarello", email="llavarello@kulkan.com" },
1010
]

0 commit comments

Comments
 (0)