Skip to content

Commit 3911914

Browse files
committed
Replaced CHANGELOG with markdown version
1 parent e0d0888 commit 3911914

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG

-3
This file was deleted.

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## Release v1.0.13 (August 19th, 2024)
4+
5+
* Added the ability to identify unreliable commits containing unreliable dates in a repository. This could be the case when, for example, a contributor's account creation date is newer than a contributor's commit date in the repository. In certain cases, those can be attempts at faking historic activity by malicious actors, or it could also mean that an account was deleted and the same handle re-registered by someone else (https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account), among other possibilities. These warnings will show under the "commits" category. Gitxray will present a Warning stating that Unreliable historic activity was detected.
6+
* Moved the summary of signed vs. unsigned commits to a new "commits" category
7+
* Added support for Tags and Artifacts; a full list can be printed by turning on Verbose mode (-v). Tags are only returned stripped/lightweight by the GitHub API (at least when listing them all), sad - Nonetheless we've included code to support collecting data on taggers; should at some point GH begin returning full tag data.
8+
* Added Stargazers count to the profiling output of a repository.
9+
* Added "WARNING" labels to results which may require special attention (eg for fake profiles, updated release assets, ...) Makes it easy to use "-f warning" when running gitxra if you only want to focus on warnings.
10+
* Added listing branches under repository results, specifically pointing out which ones are unprotected vs. protected branches.
11+
* Replicating in Contributor-specific results a series of Releases-related messages that were only displayed under Repository results
12+
* Added collecting and printing available Environments (https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment)
13+
* Added CHANGELOG.md file to track changes
14+
15+
## Release v1.0.12 (August 7th, 2024)
16+
17+
* Fixed parsing of PGP armored keys by adding support for a "Charset" field
18+
19+
## Release v1.0.11 (August 6th, 2024)
20+
21+
* First public release of Gitxray
22+
* More information available at: https://kulkansecurity.github.io/gitxray/

0 commit comments

Comments
 (0)