View raw JSON
{
"slug": "jetpack",
"previous_version": "15.7.1",
"current_version": "15.7.1",
"new_findings": [
{
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"file": "jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php",
"line": 151,
"snippet": "L137: $body = json_decode( wp_remote_retrieve_body( $response ) ); \u2192 L151: return maybe_unserialize( get_option( 'jetpack_protect_global_stats' ) );",
"confidence": "high"
},
{
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"file": "json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php",
"line": 170,
"snippet": "L169: $response = wp_remote_post( $url, $args ); \u2192 L170: $theme_data = unserialize( $response['body'] ); // phpcs:ignore WordPress.PHP.Discourag",
"confidence": "high"
}
],
"new_finding_count": 2
}