# Enables only warning classes associated with insider threats. DISABLED_TAINT_KINDS = WARNING_FILTER += discard class: # All injections are recommended to be part of Insider Threat WARNING_FILTER += allow class:Injection WARNING_FILTER += allow class="Hardcoded Authentication" WARNING_FILTER += allow class="Hardcoded Crypto Key" WARNING_FILTER += allow class="Assignment in Conditional" WARNING_FILTER += allow class="Conversion to Function Pointer" WARNING_FILTER += allow class="Inline Assembly Code" WARNING_FILTER += allow class="Library Function Override" WARNING_FILTER += allow class="Memory Protection Removal" WARNING_FILTER += allow class="Possible Anti-Debugging" WARNING_FILTER += allow class="Potential Timebomb" WARNING_FILTER += allow class="Tainted Filename" WARNING_FILTER += allow class="Untrusted Library Load" WARNING_FILTER += allow class="Untrusted Network Host" WARNING_FILTER += allow class="Untrusted Network Port" WARNING_FILTER += allow class="Untrusted Process Creation" WARNING_FILTER += allow class="Weak Cryptography" WARNING_FILTER += allow class="chroot without chdir"