| Package URL | Vulnerable | Risk Score |
|---|---|---|
| {{ package.purl }} | {{ package.is_vulnerable|yesno:"Yes,No" }} | {% if package.risk_score is not None %} {{ package.risk_score }} {% else %} {{ "" }} {% endif %} |
| No Package found. | ||
{% extends "base.html" %}
{% load humanize %}
{% load widget_tweaks %}
{% block title %}
VulnerableCode Package Search
{% endblock %}
{% block content %}
| Package URL | Vulnerable | Risk Score |
|---|---|---|
| {{ package.purl }} | {{ package.is_vulnerable|yesno:"Yes,No" }} | {% if package.risk_score is not None %} {{ package.risk_score }} {% else %} {{ "" }} {% endif %} |
| No Package found. | ||