#Type2 of virus table could be NULL for non viral threats, sav_query returns 0 for NULL values
#Get -1 for NULL value, so that it wont be applied to virustype
$query2 = "select Type2=-1 from virus where type2 is NULL and virusname_idx = '$Virusname_Idx'";
$result2 = sav_query ($query2, $conn_id);
if ($zeile2 = sav_fetch_array($result2)) {
$VType2 = $zeile2["Type2"];
}
One detection that is known to fall into this category is "BosonGetPass." See URL: http://www.symantec.com/security_response/writeup.jsp?docid=2006-080415-1730-99