{% extends "base.html" %} {% block title %}Glean — {{ tool_name }} raw output{% endblock %} {% block content %} {% if record %}

Source record — {{ tool_name }}

The exact record this finding came from{% if record.line_number %}, line {{ record.line_number }} of{% else %} in{% endif %} the archived full {{ tool_name }} capture.

{{ record.ref }}

{{ record.content }}
{% else %}

Raw output — {{ tool_name }}

{% if unresolved_ref %} {# A ref was recorded but could not be resolved. Said plainly rather than quietly showing the whole file, which would hide a real provenance problem behind something that looks like normal behaviour. #}

Could not locate the exact record {{ unresolved_ref }} in this capture — showing the whole file instead. The archive may have been truncated or rewritten since the scan ran.

{% endif %}
{{ content }}
{% endif %}

← Back to scan

{% endblock %}