Skip to content

Commit a104a21

Browse files
Update ideas.html
1 parent 277d7be commit a104a21

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

Diff for: ideas.html

+34
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,40 @@ <h2>
104104
</div>
105105
<hr>
106106

107+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
108+
<div class="pure-g">
109+
<div class="pure-u-1 pure-u-md-1-2 logo">
110+
<img src="/logos/256x256_white_3xCK6Bv.png" />
111+
</div>
112+
<div class="pure-u-1 pure-u-md-1-2">
113+
<h2>
114+
115+
CVE Binary Tool
116+
</h2>
117+
</div>
118+
</div>
119+
<br />The CVE Binary Tool is a free, open source tool to help you find known vulnerabilities in software, using data from the National Vulnerability Database (NVD) list of Common Vulnerabilities and Exposures (CVEs). The tool can function as a binary scanner or check a known component list. It is intended to be used as part of your continuous integration system to enable regular vulnerability scanning and give you early warning of known issues in your supply chain.
120+
<div class="pure-g">
121+
<div class="pure-u-1 pure-u-md-1">
122+
<p>Contact Links</p>
123+
</div>
124+
125+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
126+
<p><a href="https://gitter.im/cve-bin-tool/community">Chat</a></p>
127+
</div>
128+
129+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
130+
<p><a href="https://cve-bin-tool.readthedocs.io/en/latest/">Homepage</a></p>
131+
</div>
132+
133+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
134+
<p><a href="https://github.com/intel/cve-bin-tool/issues/1462" alt="
135+
CVE Binary Tool logo">Ideas Page</a></p>
136+
</div>
137+
</div>
138+
</div>
139+
<hr>
140+
107141
<!-- End template -->
108142

109143

0 commit comments

Comments
 (0)