Skip to content

Commit

Permalink
Fix att_reader description for SecurityTrails
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Mozi authored and postmodern committed Aug 17, 2024
1 parent 2e279fc commit 8a26436
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ronin/recon/builtin/api/security_trails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ class SecurityTrails < Worker
default: ENV['SECURITYTRAILS_API_KEY'],
desc: 'The API key for SecurityTrails'

# The HTTP client for `https://crt.sh`.
#
# The HTTP client for `https://securitytrails.com`.
#
# @return [Async::HTTP::Client]
#
# @api private
#
attr_reader :client

#
Expand Down

0 comments on commit 8a26436

Please sign in to comment.