Skip to content

Commit

Permalink
Add missing @since tags to URI::HTTP#vulns and `URI::HTTP#has_vul…
Browse files Browse the repository at this point in the history
…ns?`.
  • Loading branch information
postmodern committed Aug 28, 2024
1 parent 68deebd commit 995ea8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ronin/vulns/core_ext/uri/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class HTTP
#
# @see Ronin::Vulns::URLScanner.scan
#
# @since 0.3.0
#
def vulns(**kwargs)
Ronin::Vulns::URLScanner.scan(self, **kwargs)
end
Expand All @@ -66,6 +68,8 @@ def vulns(**kwargs)
#
# @see Ronin::Vulns::URLScanner.test
#
# @since 0.3.0
#
def has_vulns?(**kwargs)
Ronin::Vulns::URLScanner.test(self, **kwargs) != nil
end
Expand Down

0 comments on commit 995ea8e

Please sign in to comment.