This document discusses using taint analysis to automatically find vulnerabilities. It describes Alex Bazhanyuk and Nikita Tarakanov, who work on security research projects. Their presentation covers the System of Automatic Searching for Vulnerabilities (SASV), which uses taint analysis, BitBlaze tools like TEMU and VINE, and the STP constraint solver to automatically find vulnerabilities. SASV traces target programs, converts the traces to intermediate language code, and uses path exploration and symbolic execution to generate new test inputs that maximize code coverage and have the potential to trigger vulnerabilities.