View raw JSON
{
"slug": "nexter-extension",
"finding_count": 3,
"findings": [
{
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"file": "include/panel-settings/class-nxt-panel-ajax-router.php",
"line": 779,
"snippet": "L769: $response = wp_remote_post($theme_api_url, $args); \u2192 L779: $theme_info = @unserialize( $body );",
"confidence": "high"
},
{
"pattern": "unserialize_after_remote_call",
"kind": "builtin",
"file": "include/panel-settings/class-nxt-panel-ajax-router.php",
"line": 871,
"snippet": "L870: $body = wp_remote_retrieve_body( $response ); \u2192 L871: $plugin_info = @unserialize( $body );",
"confidence": "high"
},
{
"pattern": "remote_enqueue",
"kind": "builtin",
"file": "include/panel-settings/extensions/nexter-ext-adobe-font.php",
"line": 190,
"snippet": "wp_enqueue_style( 'nexter-adobe-typekit','https://use.typekit.net/'.esc_attr($font_val['project_id']).'.css', [], NEXTER_EXT_VER );",
"confidence": "medium",
"details": {
"url": "https://use.typekit.net/",
"url_host": "use.typekit.net"
}
}
],
"resolved_sha": "20dc3c2b4ca1db5173676e40fea3b86880ee9bb2"
}