sagacity/inc
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
..
vendor Vendor updates 2018-10-17 22:28:29 -04:00
.gitignore Updates to 3rd party libraries 2018-08-28 21:27:13 -04:00
array2xml.inc Fix for #49 2018-10-16 12:24:10 -04:00
base.inc initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
chart.php initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
composer.json Vendor updates 2018-10-17 22:28:29 -04:00
composer.lock Vendor updates 2018-10-17 22:28:29 -04:00
database.inc fix(eChecklist): Fix bug with eChecklist note duplication 2019-01-15 13:08:49 -05:00
excelConditionalStyles.inc Bug #18 fix 2018-09-27 14:27:57 -04:00
finding-filter.inc initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
footer.inc Updates 2018-12-01 23:21:20 -05:00
header.inc Enhancement to add #11 2018-09-26 10:41:20 -04:00
helper.inc Fix bug #49 2018-10-29 13:19:31 -04:00
menu.inc format 2019-01-15 13:12:35 -05:00
reference-filter.inc initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
scan-filter.inc initial commit of SVN release repo 2018-05-07 10:51:08 -04:00
target-filter.inc Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
validation.inc Revision of release v1.3.2 2018-07-26 08:33:50 -04:00
xml_parser.inc fix[xml parsing]: Bug fix when XML contains tags / character that is not the closing tag 2019-01-26 11:53:17 -05:00