{% extends "base.html" %} {% load widget_tweaks %} {% block title %} VulnerableCode Home {% endblock %} {% block content %}
{% include "package_search_box.html" %}
{% include "vulnerability_search_box.html" %}

VulnerableCode aggregates software vulnerabilities from multiple public advisory sources and presents their details along with their affected packages and fixed-by packages identified by Package URLs (PURLs).

What's new in this Release: Check out latest updates here!

{% endblock %}