Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Driller is a command line Ruby based web crawler based on Anemone. Driller can
Add this line to your application's Gemfile:
gem 'driller'
And then execute:
$ bundle
Or install it yourself as:
$ gem install driller
Driller takes two arguments
URL of the page to be crawled
Depth of the crawling
Proxy Hostname (optional) [default: nil]
Proxy Port (optional) [default: 80]
$ driller <webpage> <depth> [<proxy_host>] [<proxy_port>]
$ driller http://www.example.com 2
$ driller http://www.example.com 2 'www-proxy.domain.co.uk' 80
If you have installed it from bundle the
$ bundle exec driller http://www.example.com 2
This will crawl website upto level 2. You can increase depth as per your need. This will create three HTML files valid_urls.html which are 200 response. broken.html wich are not 200. slow_pages.html which are retuned reaponse time > 5000
You an display these html files to CI server.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that driller demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.