-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ValuePatternCheck * ValueAllowlistCheck with asterisk improves * ip_id_password tripple - fix * style fix * url fix * slight fix for test * style
- Loading branch information
Showing
11 changed files
with
45 additions
and
176 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
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
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
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
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 |
---|---|---|
|
@@ -5155,13 +5155,13 @@ | |
"severity": "medium", | ||
"line_data_list": [ | ||
{ | ||
"line": "username:xxx pw:ihqSb1Gg", | ||
"line": "username:master pw:ihqSb1Gg", | ||
"line_num": 90, | ||
"path": "tests/samples/doc_id_pair_passwd_pair", | ||
"info": "tests/samples/doc_id_pair_passwd_pair|RAW", | ||
"value": "ihqSb1Gg", | ||
"value_start": 16, | ||
"value_end": 24, | ||
"value_start": 19, | ||
"value_end": 27, | ||
"variable": "pw", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
|
@@ -5170,17 +5170,17 @@ | |
} | ||
}, | ||
{ | ||
"line": "username:xxx pw:ihqSb1Gg", | ||
"line": "username:master pw:ihqSb1Gg", | ||
"line_num": 90, | ||
"path": "tests/samples/doc_id_pair_passwd_pair", | ||
"info": "tests/samples/doc_id_pair_passwd_pair|RAW", | ||
"value": "xxx", | ||
"value": "master", | ||
"value_start": 9, | ||
"value_end": 12, | ||
"value_end": 15, | ||
"variable": "username", | ||
"entropy_validation": { | ||
"iterator": "HEX_CHARS", | ||
"entropy": 0.0, | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 2.584962500721156, | ||
"valid": false | ||
} | ||
} | ||
|
@@ -5194,13 +5194,13 @@ | |
"severity": "medium", | ||
"line_data_list": [ | ||
{ | ||
"line": "username:xxx pw:ihqSb1Gg", | ||
"line": "username:master pw:ihqSb1Gg", | ||
"line_num": 90, | ||
"path": "tests/samples/doc_id_pair_passwd_pair", | ||
"info": "tests/samples/doc_id_pair_passwd_pair|RAW", | ||
"value": "ihqSb1Gg", | ||
"value_start": 16, | ||
"value_end": 24, | ||
"value_start": 19, | ||
"value_end": 27, | ||
"variable": "pw", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
|
@@ -8186,13 +8186,13 @@ | |
"line_num": 14, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "(master/IhqSb1Gg)", | ||
"value_start": 17, | ||
"value_end": 34, | ||
"value": "IhqSb1Gg", | ||
"value_start": 25, | ||
"value_end": 33, | ||
"variable": null, | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 3.606584859926771, | ||
"entropy": 3.0, | ||
"valid": false | ||
} | ||
} | ||
|
@@ -8750,13 +8750,13 @@ | |
"line_num": 48, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "IhqSb1Gg,master", | ||
"value": "IhqSb1Gg,master/IhqSb1Gg", | ||
"value_start": 19, | ||
"value_end": 34, | ||
"value_end": 43, | ||
"variable": null, | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 3.64643122256795, | ||
"entropy": 3.727255729857775, | ||
"valid": false | ||
} | ||
} | ||
|
@@ -8834,45 +8834,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
"ml_probability": null, | ||
"rule": "ID_PAIR_PASSWD_PAIR", | ||
"severity": "medium", | ||
"line_data_list": [ | ||
{ | ||
"line": "ANY_user:xxxx ANY_pwd:IhqSb1Gg", | ||
"line_num": 61, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "IhqSb1Gg", | ||
"value_start": 22, | ||
"value_end": 30, | ||
"variable": "ANY_pwd", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 3.0, | ||
"valid": false | ||
} | ||
}, | ||
{ | ||
"line": "ANY_user:xxxx ANY_pwd:IhqSb1Gg", | ||
"line_num": 61, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "xxxx", | ||
"value_start": 9, | ||
"value_end": 13, | ||
"variable": "user", | ||
"entropy_validation": { | ||
"iterator": "HEX_CHARS", | ||
"entropy": 0.0, | ||
"valid": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
|
@@ -8897,45 +8858,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
"ml_probability": null, | ||
"rule": "ID_PAIR_PASSWD_PAIR", | ||
"severity": "medium", | ||
"line_data_list": [ | ||
{ | ||
"line": "Acount name:xxxx Initial Password:IhqSb1Gg", | ||
"line_num": 62, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "IhqSb1Gg", | ||
"value_start": 34, | ||
"value_end": 42, | ||
"variable": "Password", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 3.0, | ||
"valid": false | ||
} | ||
}, | ||
{ | ||
"line": "Acount name:xxxx Initial Password:IhqSb1Gg", | ||
"line_num": 62, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "xxxx", | ||
"value_start": 12, | ||
"value_end": 16, | ||
"variable": "name", | ||
"entropy_validation": { | ||
"iterator": "HEX_CHARS", | ||
"entropy": 0.0, | ||
"valid": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
|
@@ -9581,45 +9503,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
"ml_probability": null, | ||
"rule": "ID_PAIR_PASSWD_PAIR", | ||
"severity": "medium", | ||
"line_data_list": [ | ||
{ | ||
"line": "ID:[email protected] mailto:{1} pw:IhqSb1Gg", | ||
"line_num": 106, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "IhqSb1Gg", | ||
"value_start": 39, | ||
"value_end": 47, | ||
"variable": "pw", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 3.0, | ||
"valid": false | ||
} | ||
}, | ||
{ | ||
"line": "ID:[email protected] mailto:{1} pw:IhqSb1Gg", | ||
"line_num": 106, | ||
"path": "tests/samples/doc_various", | ||
"info": "tests/samples/doc_various|RAW", | ||
"value": "[email protected]", | ||
"value_start": 3, | ||
"value_end": 24, | ||
"variable": "ID", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 2.8358066002709883, | ||
"valid": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
|
@@ -10793,30 +10676,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
"ml_probability": null, | ||
"rule": "PASSWD_PAIR", | ||
"severity": "medium", | ||
"line_data_list": [ | ||
{ | ||
"line": "mypw: KrAcMe12345,", | ||
"line_num": 2, | ||
"path": "tests/samples/passwd.groovy", | ||
"info": "tests/samples/passwd.groovy|RAW", | ||
"value": "KrAcMe12345,", | ||
"value_start": 6, | ||
"value_end": 18, | ||
"variable": "pw", | ||
"entropy_validation": { | ||
"iterator": "BASE64_CHARS", | ||
"entropy": 3.2862156256610597, | ||
"valid": false | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"api_validation": "NOT_AVAILABLE", | ||
"ml_validation": "NOT_AVAILABLE", | ||
|
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
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
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
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
Oops, something went wrong.