Skip to content

Commit

Permalink
Increased limit for displaying vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMarcio authored Jun 10, 2024
1 parent 0805e28 commit 654dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/logic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const searchResultFormat = '<tr><td class="cveNum">$cve</td><td align="left">$description $poc</td></tr>';
const totalLimit = 1000;
const totalLimit = 10000;
const replaceStrings = ['HackTheBox - ', 'VulnHub - ', 'UHC - '];
const results = document.querySelector('div.results');
const searchValue = document.querySelector('input.search');
Expand Down

0 comments on commit 654dd1b

Please sign in to comment.