Skip to content

Commit

Permalink
1.2.0 (#62)
Browse files Browse the repository at this point in the history
* Update changelog for 1.2.0

* feat(security): prevent secrets from leaking to source control (#59)

* feat(security): prevent secrets from leaking to source control

* chore: update lint-staged pacakgeto use v9

* fix: update versions

* fix(security): add secrets baseline
  • Loading branch information
boyney123 committed Jul 25, 2019
1 parent b07f4ca commit 7677327
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 116 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.2.0

- Prevent secrets from leaking to source control ([lirantal](https://github.com/lirantal) in [#59](https://github.com/boyney123/mockit/pull/59))

## 1.1.1

- Fix for header format in mockit-routes ([boyney123](https://github.com/boyney123) in [#57](https://github.com/boyney123/mockit/pull/57))
Expand Down
34 changes: 34 additions & 0 deletions server/.secrets-baseline
@@ -0,0 +1,34 @@
{
"exclude": {
"files": null,
"lines": null
},
"generated_at": "2019-07-19T05:29:22Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
},
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "KeywordDetector"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
}
],
"results": {},
"version": "0.12.2"
}

0 comments on commit 7677327

Please sign in to comment.