Esempio n. 1
0
                <label for="cve-tag">CVE Tag: </label>
                <select name="cve-tag">
                    <option value="Critical" selected>Critical</option>
                    <option value="High">High</option>
                </select>



                <label for="tag-reason">Reason: </label>
                <input type="text" name="tag-reason" size="50">



                <input type="submit" value="Add">

                <input type="hidden" name="tag-create-form" value="sent" />
            </td>

            <tr>
                <th>All CVE tags</th>
            </tr>
        </table>
    </form>




<?php 
$html->printCveTags($cvesWithTags);
$html->printFooter();