cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.53k stars 1.7k forks source link

Droped file wrong html table tag #488

Closed dingyuchi closed 9 years ago

dingyuchi commented 9 years ago

https://github.com/cuckoobox/cuckoo/blob/master/web/templates/analysis/dropped/index.html

<tr>
    <th>File Size</th>
    <td>{{file.size}} bytes</th>
</tr>
....
<tr>
    <th>Ssdeep</th>
    <td>{{file.ssdeep}}</th>
</tr>

<td></td> not <td></th>

jekil commented 9 years ago

Thanks for reporting it.