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.
== SemExtractor
SemExtractor is made to have in a single place, wrappers for most of the semantic librairies:
Please tell me if there are more API's to include!
After using Term Extraction gem, I happened to need the score of the different tags I got from the different APIS + I wanted to use Nokogiri for performance concerns. I thank alexrabarts, because his work gave me the idea to create my first gem
== Installation
gem install sem_extractor
== Examples For sure, you'll have to request your own API Key for each kind of API you want to use. Most of the methods below retrieve a hash with 'name' and 'score'
=== Initialize: yahoo = SemExtractor::Yahoo.new(:api_key => your_key, :context => your_text) zemanta = SemExtractor::Zemanta.new(:api_key => your_key, :context => your_text) sem = SemExtractor::Textwise.new(:api_key => your_key, :context => your_text_or_url) calais = SemExtractor::Calais.new(:api_key => your_key, :context => your_text)
===Get info: yahoo.terms zemanta.terms zemanta.categories sem.terms sem.categories sem.filter #filters the useful content of a web page, retrieves text calais.terms calais.categories calais.geos
== Note on Patches/Pull Requests
== Todo I've to create the tests for this gem... :)
== Copyright
Copyright (c) 2010 apneadiving. See LICENSE for details.
FAQs
Unknown package
We found that sem_extractor 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.