{% csrf_token %}

General

{{ form.name }}
{{ form.purl }}

{{ form.purl.help_text|urlize }}

{{ form.notes }}

{{ form.notes.help_text }}

Webhooks

{% for webhook in webhook_subscriptions %} {% empty %} {% endfor %}
URL Active Include summary Include results Trigger on each run
{{ webhook.target_url|truncatechars:30 }}
No Webhooks defined.
Add Webhook

Ignored

{{ form.ignored_patterns }}
{{ form.ignored_patterns.help_text|safe|linebreaksbr }}
{{ form.scan_max_file_size }}
{{ form.scan_max_file_size.help_text|safe|linebreaksbr }}
{{ form.ignored_dependency_scopes }}
{{ form.ignored_dependency_scopes.help_text|safe|linebreaksbr }}
{{ form.ignored_vulnerabilities }}
{{ form.ignored_vulnerabilities.help_text|safe|linebreaksbr }}

Policies

{% if project.policies_enabled %} Policies are enabled for this project. {% else %} Policies are not enabled for this project. {% endif %}
{{ form.policies }}

{{ form.policies.help_text|urlize }}

DejaCode

{{ form.product_name }}

{{ form.product_name.help_text }}

{{ form.product_version }}

{{ form.product_version.help_text }}

Attribution

{{ form.attribution_template }}

{{ form.attribution_template.help_text|urlize|linebreaksbr }}

{{ form.media }}