{% extends 'layouts/api-accordion-child'  %}
{% set id     = "cpe23"                   %}
{% set title  = "/api/cpe2.3/&lt;cpe&gt;" %}
{% set method = "GET"                     %}
{% set args   = [('cpe', "CPE code in cpe2.2 or cpe2.3 format", "cpe:/o:microsoft:windows_vista:6.0:sp1:~-~home_premium~-~x64~-")] %}

{% block desc %}
Converts a CPE code to the CPE2.3 standard, stripped of appendices. <br />
CPE2.3 is the newer standard, and is a lot more uniform and easier to read than the CPE2.2 standard.
{% endblock %}

{% block output %}
cpe:2.3:o:microsoft:windows_vista:6.0:sp1:-:-:home_premium:-:-:x64
{% endblock %}
