Skip to content

Commit

Permalink
Expose affected range database specific info
Browse files Browse the repository at this point in the history
  • Loading branch information
zahraaalizadeh committed May 15, 2024
1 parent dd8f82d commit 47f2185
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gcp/appengine/frontend3/src/templates/vulnerability.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ <h3 class="mdc-layout-grid__cell--span-3">
{% endfor -%}
</div>
</dd>

{%- if range.database_specific -%}
<dt>
Database specific
<a href="https://ossf.github.io/osv-schema/#affectedrangesdatabase_specific-field" target="_blank"
rel="noopener noreferrer"></a>
</dt>
<dd><pre class="specific">{{ range.database_specific | display_json }}</pre></dd>
{%- endif -%}
</dl>
{% endfor -%}
</div>
Expand Down

0 comments on commit 47f2185

Please sign in to comment.