Skip to content

Commit 2f57328

Browse files
committed
Merge remote-tracking branch 'origin/improve-slack-token-regex'
2 parents bbb2463 + d142642 commit 2f57328

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 3.4.4-beta 2021-07-19
9+
10+
Improvement for slack token regex
11+
812
## 3.4.3-beta 2020-02-02
913
- When a GitLab group is specified, include projects from subgroups by default
1014

common/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package common
22

33
const (
44
Name = "gitrob"
5-
Version = "3.4.3-beta"
5+
Version = "3.4.4-beta"
66
ASCIIBanner = " _ __ __\n" +
77
" ___ _(_) /________ / /\n" +
88
" / _ `/ / __/ __/ _ \\/ _ \\\n" +

contentsignatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"Comment": ""
128128
},
129129
{
130-
"MatchOn": "(xox[p|b|o|a]-[0-9]{12}-[0-9]{12}-[0-9]{12}-[a-z0-9]{32})",
130+
"MatchOn": "xox[baprs]-([0-9a-zA-Z]{10,48})?",
131131
"Description": "Slack Token",
132132
"Comment": ""
133133
},

0 commit comments

Comments
 (0)