call4paperz/call4paperz

View on GitHub
app/views/events/_event.html.erb

Summary

Maintainability
Test Coverage

Potentially unsafe model attribute in link_to href
Open

  <p><strong>URL: </strong><%= link_to @event.url, @event.url, :class => 'branco' if @event.url.present? %></p>
Severity: Minor
Found in app/views/events/_event.html.erb by brakeman

Even though Rails will escape the link provided to link_to, values starting with javascript: or data: are unescaped and dangerous.

Brakeman will warn on if user values are used to provide the HREF value in link_to or if they are interpolated at the beginning of a string.

The --url-safe-methods option can be used to specify methods which make URLs safe.

See here for more details.

There are no issues that match your filters.

Category
Status