Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion vulnerabilities/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
</div>
</div>
<div class="navbar-end mr-3">
<div class="navbar-item navbar-item is-cursor-help">
<div class="dropdown is-right is-hoverable ">
<div class="dropdown-trigger has-text-grey-light">
API
</div>
<div class="dropdown-menu navbar-hover-div" role="menu">
<div class="dropdown-content">
<div class="dropdown-item about-hover-div">
If you want to try the JSON REST API for VulnerableCode.io, please send an email to <a href="mailto:info@nexb.com">info@nexb.com</a> with "VulnerableCode API Key" in the email title. API access is limited to a maximum of 1000 package-versions per request.
</div>
</div>
</div>
</div>
</div>
<div class="navbar-item navbar-item is-cursor-help">
<div class="dropdown is-right is-hoverable ">
<div class="dropdown-trigger has-text-grey-light">
Expand Down Expand Up @@ -46,7 +60,6 @@
Source code and issues at <a href="https://github.com/nexB/vulnerablecode">https://github.com/nexB/vulnerablecode</a>
</li>
</ul>
If you want to try the JSON REST API, please send a note to <a href="mailto:info@nexb.com">info@nexb.com</a> to request an API key for testing.
</div>
</div>
</div>
Expand Down