Security research, field notes, and practical experiments

Writing

Independent technical notes by Willis Vandevanter.

Recent writing

  1. XML Entity Cheatsheet - Updated

    An XML Entity testing cheatsheet. This is an updated version with nokogiri tests removed, just (X)XE notes.

    XML Declaration(s):

    1
    2
    
    <?xml version="1.0" standalone="no"?>
    <?xml version="1.0" standalone="yes"?> …