-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
## 1.1.0 | ||
System/logic changes: | ||
* Added system for automatically generating benchmarks | ||
* Added results for gitrob | ||
* Moved benchmarking, metadata, and source code into `.leaky-meta` folder | ||
* Added CSV with data about secrets | ||
* Categorized secrets into Risk and Informative. | ||
* Added results from Gitrob, provided by [@evilpacket](https://github.com/evilpacket) | ||
|
||
Changes to secrets: | ||
* Added password to `sftp.json` secret | ||
* Added pass to `filezilla/filezilla.xml` (was anonymous login) | ||
* Added realistic value to `hub` file (was just "oauth_token") | ||
* Set redis pass in `web/var/www/.env` | ||
## 1.0.0 | ||
* Initial release version |