
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
gem 'seetemap-client'
line to your Gemfilebundle install
config/seetemap.yml
filerequire 'seetemap\_client'
use SeetemapClient::Application
config.middleware.use "SeetemapClient::Application"
The application provides some entries points for the seetemap.com
website and the /sitemap.xml
for search engines.
When there is a hit on the server at this URL, we ask seetemap.com
for informations about the last audits.
seetemap.com
does not respond with a code 200, then the response will be this code.seetemap.com
.keep_delay
configuration variable), serve it.seetemap.com
.With the version 0.0.13
(see /seetemap/ping
), the step 4 and 5 will be the most used.
Parameters:
force_reload
option to ignore the caching and fetch the last audit available from seetemap.com
.This is the namespace for any other API calls.
Return 200 with the Content-type
header set to application/json
.
The response contains an single object containing one property: version
and it is a string.
{'version':'0.0.13'}
Return 200 with an empty body. When this request is received, the cached-copy of the sitemap is removed on the client side.
It tells the client that seetemap.com
have a new audit ready for being fetched. The client purge its cached copy and ask immediatly for another one.
Parameters:
fwd_google
option is added to the request if the user selected the associated option in the website administration, the option ping Google Webmaster Tools.development:
mount_point: "http://url.of.your.website.com"
auth_token: "account token"
site_token: "api_key"
keep_delay: 3600
FAQs
Unknown package
We found that seetemap-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.