View raw JSON
{
"slug": "post-smtp",
"finding_count": 43,
"findings": [
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1525,
"snippet": "$access_key_id = isset( $this->options_array[ PostSMTPSES\\PostSmtpAmazonSesTransport::OPTION_ACCESS_KEY_ID ] ) ? base64_decode( $this->options_array[ PostSMTPSES\\PostSmtpAmazonSesTransport::OP",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1526,
"snippet": "$access_key_secret = isset( $this->options_array[ PostSMTPSES\\PostSmtpAmazonSesTransport::OPTION_SECRET_ACCESS_KEY ] ) ? base64_decode( $this->options_array[ PostSMTPSES\\PostSmtpAmazonSesTrans",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1572,
"snippet": "$app_client_id = isset( $options['office365_app_id'] ) ? base64_decode( $options['office365_app_id'] ) : '';",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1573,
"snippet": "$app_client_secret = isset( $options['office365_app_password'] ) ? base64_decode( $options['office365_app_password'] ) : '';",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1804,
"snippet": "$client_secret = isset( $this->options_array[ ZohoMailPostSMTP\\ZohoMailTransport::OPTION_CLIENT_SECRET ] ) ? base64_decode( $this->options_array[ ZohoMailPostSMTP\\ZohoMailTransport::OPTION_CLI",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1943,
"snippet": "$sanitized['slack_token'] = base64_decode( isset( $options['slack_token'] ) ? $options['slack_token'] : '' );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1944,
"snippet": "$sanitized['pushover_user'] = base64_decode( isset( $options['pushover_user'] ) ? $options['pushover_user'] : '' );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Wizard/NewWizard.php",
"line": 1945,
"snippet": "$sanitized['pushover_token'] = base64_decode( isset( $options['pushover_token'] ) ? $options['pushover_token'] : '' );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Postman-Mail/libs/vendor_prefixed/google/apiclient/src/Client.php",
"line": 455,
"snippet": "$payload = \\json_decode(\\base64_decode($parts[1]), \\true);",
"confidence": "medium"
},
{
"pattern": "hex_string_long",
"kind": "builtin",
"file": "Postman/Postman-Mail/Zend-1.12.10/Mime.php",
"line": 399,
"snippet": "\"\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0A\\x0B\\x0C\\x0D\\x0E\\x0F\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1A\\x1B\\x1C\\x1D\\x1E\\x1F\\x7F\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8A\\x8B\\x8C\\x8D\\x8",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Postman-Mail/Zend-1.12.10/Mail/Protocol/Smtp/Auth/Crammd5.php",
"line": 76,
"snippet": "$challenge = base64_decode($challenge);",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/PostmanEmailLogs.php",
"line": 212,
"snippet": "$decoded = base64_decode( trim( $part_body ), true );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Extensions/Core/Notifications/PostmanNotifyOptions.php",
"line": 42,
"snippet": "return base64_decode( $this->options [ self::PUSHOVER_USER ] );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Extensions/Core/Notifications/PostmanNotifyOptions.php",
"line": 48,
"snippet": "return base64_decode( $this->options [ self::PUSHOVER_TOKEN ] );",
"confidence": "medium"
},
{
"pattern": "base64_decode",
"kind": "builtin",
"file": "Postman/Extensions/Core/Notifications/PostmanNotifyOptions.php",
"line": 54,
"snippet": "return base64_decode( $this->options [ self::SLACK_TOKEN ] );",
"confidence": "medium"
}
],
"resolved_sha": "1e12571330485faf037da754e7673ce70d81b353"
}