1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-11 08:59:04 +00:00

add a task to review a static analysis report that was sent to us

This commit is contained in:
fyodor
2014-05-30 20:20:08 +00:00
parent 1abaadbf87
commit 818522f6c2

View File

@@ -106,6 +106,11 @@ o Web: We should probably distribute RapidSSL intermediate certificate
SSLCertificateFile which looks something like:
SSLCertificateChainFile /etc/apache2/rapidssl.pem
o Investigate Checkmarx static analysis report of Nmap source tree
that someone sent us on Feb 12. It looks like mostly false positives,
but we should go through to check for any real bugs or even possible
security issues. Fyodor has the report.
o Make CONCURRENCY_LIMIT in nse_main.lua at least the min-parallelism.
Otherwise NSE is limited to 1000 socket-using threads even if you've
requested more.