Sha256: 1563feb482a63860767be8bdb4248c9771968ccd5e45868d27da8e2d604d68ca

Contents?: true

Size: 564 Bytes

Versions: 13

Compression:

Stored size: 564 Bytes

Contents

"slug": <%= @wp_item.slug.to_json %>,
"location": <%= @wp_item.url.to_json %>,
"latest_version": <%= @wp_item.latest_version ? @wp_item.latest_version.number.to_json : nil.to_json %>,
"last_updated": <%= @wp_item.last_updated.to_json %>,
"outdated": <%= @wp_item.outdated?.to_json %>,
"readme_url": <%= @wp_item.readme_url.to_json %>,
"changelog_url": <%= @wp_item.changelog_url.to_json %>,
"directory_listing": <%= @wp_item.directory_listing?.to_json %>,
"error_log_url": <% if @wp_item.error_log? %><%= @wp_item.url('error_log').to_json %><% else %>null<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
wpscan-3.4.5 app/views/json/wp_item.erb
wpscan-3.4.4 app/views/json/wp_item.erb
wpscan-3.4.3 app/views/json/wp_item.erb
wpscan-3.4.2 app/views/json/wp_item.erb
wpscan-3.4.1 app/views/json/wp_item.erb
wpscan-3.4.0 app/views/json/wp_item.erb
wpscan-3.3.3 app/views/json/wp_item.erb
wpscan-3.3.2 app/views/json/wp_item.erb
wpscan-3.3.1 app/views/json/wp_item.erb
wpscan-3.3.0 app/views/json/wp_item.erb
wpscan-3.2.1 app/views/json/wp_item.erb
wpscan-3.2.0 app/views/json/wp_item.erb
wpscan-3.1.0 app/views/json/wp_item.erb