Skip to content

Commit

Permalink
Parser::WHITELIST: Added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Jan 27, 2017
1 parent c578d52 commit 5842948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arachni.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Gem::Specification.new do |s|
# Markup parsing, for reports and Element::XML.
s.add_dependency 'nokogiri', '1.6.8.1'
# Really fast and lightweight markup parsing, for pages.
s.add_dependency 'ox', '2.4.8'
s.add_dependency 'ox', '2.4.9'

# Outputting data in table format (arachni_rpcd_monitor).
s.add_dependency 'terminal-table', '1.4.5'
Expand Down
2 changes: 1 addition & 1 deletion lib/arachni/parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Parser

WHITELIST = %w(
title base a form frame iframe meta input select option script link area
textarea input select button comment
textarea input select button comment !--
)

IGNORE_REQUEST_HEADERS = [
Expand Down

0 comments on commit 5842948

Please sign in to comment.