{% extends 'introduction/base.html' %} {% block content %} {% block title %} Using Components with Known Vulnerabilities {% endblock %} {% load static %}

Lets make a utility function for checking Vulnerable modules in the requirements.txt file.


There are some api for getting detailed information about the pypi modules.


https://pypi.org/pypi/{module-name}/{module-version}/json
{% endblock %}