You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the --root-cas= option is used for tls or https scans, the function GetTLSConfigForTarget is called to load the Root CAs into the TLS Config options. This happens for each scan, so the end result is heap and goroutine usage increases continually, eventually consuming all machine resources.
This option should be parsed only once, and loaded into a shared object for all scans.
The text was updated successfully, but these errors were encountered:
When the
--root-cas=
option is used for tls or https scans, the functionGetTLSConfigForTarget
is called to load the Root CAs into the TLS Config options. This happens for each scan, so the end result is heap and goroutine usage increases continually, eventually consuming all machine resources.This option should be parsed only once, and loaded into a shared object for all scans.
The text was updated successfully, but these errors were encountered: