Searched refs:cve_id_not (Results 1 – 2 of 2) sorted by relevance
81 'cve_id_not' => $cve_id_not,300 …<input type="checkbox" name="cve_id_not" id="cve_id_not" value="1" <?php echo ($cve_id_not == 'not…
39 $cve_id_not = !empty($_GET['cve_id_not']) ? 'not' : ''; variable186 $where_clause .= " AND bugdb.cve_id {$cve_id_not} LIKE " . $dbh->quote($cve_id.'%');
Completed in 9 milliseconds