Sha256: c97cec0f8297b1ecbb3c55cc0c04dd143baf38dcb008726d6934c28d5293c7e3

Contents?: true

Size: 564 Bytes

Versions: 8

Compression:

Stored size: 564 Bytes

Contents

"name": <%= @wp_item.name.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

8 entries across 8 versions & 1 rubygems

Version Path
wpscan-3.0.8 app/views/json/wp_item.erb
wpscan-3.0.7 app/views/json/wp_item.erb
wpscan-3.0.6 app/views/json/wp_item.erb
wpscan-3.0.5 app/views/json/wp_item.erb
wpscan-3.0.4 app/views/json/wp_item.erb
wpscan-3.0.3 app/views/json/wp_item.erb
wpscan-3.0.2 app/views/json/wp_item.erb
wpscan-3.0.1 app/views/json/wp_item.erb