{% extends "layouts/base.html" %} {% block title %} File tools ~ ATR {% endblock title %} {% block description %} Manage a file in the candidate draft using tools. {% endblock description %} {% block content %} ← Back to Compose release

File details

Filename: {{ file_data.filename }}

Size: {{ format_file_size(file_data.bytes_size) }}

Uploaded: {{ file_data.uploaded.strftime("%Y-%m-%d %H:%M:%S UTC") }}

Tools

Generate hash files

Generate an SHA256 or SHA512 hash file for this file.

IMPORTANT: The ASF security team recommends using SHA512 as the hash algorithm. Please select SHA512 unless you have a specific reason to use SHA256.
{% if file_path.endswith(".tar.gz") and is_viewing_as_admin_fn(current_user.uid) %}

Generate SBOM

Generate a CycloneDX Software Bill of Materials (SBOM) file for this artifact.

{% endif %} {% endblock content %}