Searched refs:cve_id (Results 1 – 3 of 3) sorted by relevance
38 $cve_id = (!empty($_GET['cve_id']) && is_string($_GET['cve_id'])) ? $_GET['cve_id'] : ''; variable185 if ($cve_id != '') {186 $where_clause .= " AND bugdb.cve_id {$cve_id_not} LIKE " . $dbh->quote($cve_id.'%');
80 'cve_id' => urlencode($cve_id),299 …<input type="text" name="cve_id" value="<?php echo htmlspecialchars($cve_id, ENT_COMPAT, 'UTF-8');…
22 cve_id varchar(15) default NULL, field
Completed in 10 milliseconds