Merge pull request #5381 from ccatalan-r7/bug/MSP-9532/import-web-data-expansion-error
MSP-9532 #landunstable
commit
edbd71ffbe
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue