Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Adds SEO support to APIQ: additional fields for Pages (meta tags, h1), sitemap.xml generating, redirects, special {{ seo }} variable.
Use "seo" object for accessing SEO settings for page or object.
<title>{{ seo.title }}</title>
<meta name="keywords" content="{{ seo.keywords }}">
<meta name="description" content="{{ seo.description }}">
...
<h1>{{ seo.h1 }}</h1>
Also, this adds sitemap generation support (at /sitemap.xml)
Add to Gemfile
gem "kms_seo"
# or for edge version:
gem "kms_seo", github: "webgradus/kms_seo"
Run generator:
bundle exec rails g kms_seo:install
Copy migrations:
bundle exec rails kms_seo:install:migrations
Migrate:
bundle exec rails db:migrate
Recompile assets (if on production):
bundle exec rails assets:precompile
Restart APIQ instance
Please follow CONTRIBUTING.md.
FAQs
Unknown package
We found that kms_seo 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.