Ryan Prather 44669decf4
fix[xml parsing]: Bug fix when XML contains tags / character that is not the closing tag
Nessus 8.2 can accommodate invalid XML tags.  In plugin 86067, it now includes a tag <ssl/chain/sha-1>{data}</ssl/chain/sha-1>.  The forward slashes in the opening tag cause the PHP stream parser to barf.  I added a regex to remove tags with forward slashes in the tag that don't appear as the first character after the less than sign.  As a result, this will also remove <attachment> tag items because the <attachment> tag also includes a "type" attribute that contains the MIME type of the attachment file.  Not a big deal though because we are not using the attachments.  If we decide to grab those as well, we will have to change this regex to make it work.
2019-01-26 11:53:17 -05:00
..
2018-10-17 22:28:29 -04:00
2018-08-28 21:27:13 -04:00
2018-10-16 12:24:10 -04:00
2018-05-07 10:51:08 -04:00
2018-05-07 10:51:08 -04:00
2018-10-17 22:28:29 -04:00
2018-10-17 22:28:29 -04:00
2018-09-27 14:27:57 -04:00
2018-12-01 23:21:20 -05:00
2018-09-26 10:41:20 -04:00
2018-10-29 13:19:31 -04:00
2019-01-15 13:12:35 -05:00
2018-07-26 08:33:50 -04:00
2018-07-26 08:33:50 -04:00