Skip to content

Commit 30969b5

Browse files
authored
missed Bearer Authorization (#230)
HotFix for two possible True values, missed because fixed pattern filter
1 parent c9f8eeb commit 30969b5

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.ci/benchmark.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
META MD5 a0999175c64b3743aad3cd450f434d1a
2-
DATA MD5 920fe3bdbee9b836a9a1e41a47737379
3-
DATA: 16703140 interested lines. MARKUP: 61262 items
1+
META MD5 425766edc87adb697218b24014514d74
2+
DATA MD5 a4708c2c86e361f1bdefc1c7313fa837
3+
DATA: 16703140 interested lines. MARKUP: 61264 items
44
FileType FileNumber ValidLines Positives Negatives Templates
55
--------------- ------------ ------------ ----------- ----------- -----------
66
676 69398 134 416 72
@@ -229,10 +229,10 @@ FileType FileNumber ValidLines Positives Negatives Templat
229229
.xib 11 503 164
230230
.xsl 1 311 1
231231
.yaml 168 24422 195 337 40
232-
.yml 555 54516 1868 900 323
232+
.yml 555 54516 1870 900 323
233233
.zsh 6 872 12
234234
.zsh-theme 1 97 1
235-
TOTAL: 11478 16703140 16064 45577 4736
235+
TOTAL: 11478 16703140 16066 45577 4736
236236
credsweeper result_cnt : 0, lost_cnt : 0, true_cnt : 0, false_cnt : 0
237237
Rules Positives Negatives Templates Reported TP FP TN FN FPR FNR ACC PRC RCL F1
238238
------------------------------ ----------- ----------- ----------- ---------- ---- ---- ----- ----- -------- -------- -------- ----- -------- ----
@@ -247,7 +247,7 @@ Azure Access Token 21 0 0
247247
BASE64 Private Key 22 4 0 0 0 4 22 0.000000 1.000000 0.153846 0.000000
248248
BASE64 encoded PEM Private Key 12 0 0 0 0 0 12 1.000000 0.000000 0.000000
249249
Basic Authorization 625 554 0 0 0 554 625 0.000000 1.000000 0.469890 0.000000
250-
Bearer Authorization 163 0 0 0 0 0 163 1.000000 0.000000 0.000000
250+
Bearer Authorization 165 0 0 0 0 0 165 1.000000 0.000000 0.000000
251251
Bitbucket Client ID 36 66 0 0 0 66 36 0.000000 1.000000 0.647059 0.000000
252252
Bitbucket Client Secret 38 104 1 0 0 105 38 0.000000 1.000000 0.734266 0.000000
253253
CMD ConvertTo-SecureString 13 4 0 0 0 4 13 0.000000 1.000000 0.235294 0.000000
@@ -287,4 +287,4 @@ Token 947 4186 454
287287
Twilio Credentials 30 39 0 0 0 39 30 0.000000 1.000000 0.565217 0.000000
288288
URL Credentials 229 177 184 0 0 361 229 0.000000 1.000000 0.611864 0.000000
289289
UUID 1866 265 0 0 0 265 1866 0.000000 1.000000 0.124355 0.000000
290-
16064 45577 4736 0 0 0 45577 16064 0.000000 1.000000 0.739394 0.000000
290+
16066 45577 4736 0 0 0 45577 16066 0.000000 1.000000 0.739370 0.000000

meta/7738e44d.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,5 @@ Id,FileID,Domain,RepoName,FilePath,LineStart,LineEnd,GroundTruth,ValueStart,Valu
360360
11494750,b2154277,GitHub,7738e44d,data/7738e44d/src/b2154277.yml,97,97,T,15,79,,,Bearer Authorization
361361
11494751,bd1c188d,GitHub,7738e44d,data/7738e44d/src/bd1c188d.yml,56,56,T,15,79,,,Bearer Authorization
362362
11494752,bd1c188d,GitHub,7738e44d,data/7738e44d/src/bd1c188d.yml,97,97,T,15,79,,,Bearer Authorization
363+
11495344,89daea9d,GitHub,7738e44d,data/7738e44d/src/89daea9d.yml,56,56,T,15,79,,,Bearer Authorization
364+
11495345,89daea9d,GitHub,7738e44d,data/7738e44d/src/89daea9d.yml,97,97,T,15,79,,,Bearer Authorization

0 commit comments

Comments
 (0)