Merge pull request #5381 from ccatalan-r7/bug/MSP-9532/import-web-data-expansion-error

MSP-9532 #land
unstable
Sonny Gonzalez 2015-05-20 09:07:47 -05:00
commit edbd71ffbe
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ module Msf::DBManager::Import
end
end
# Override REXML's expansion text limit to 50k (default: 10240 bytes)
REXML::Security.entity_expansion_text_limit = 51200
if block
import(args.merge(:data => data)) { |type,data| yield type,data }