
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Language translation plugin that uses Microsoft's Translator API.
Add lita-translation to your Lita instance's Gemfile:
gem "lita-translation"
This plugin requires you to obtain a client id and secret for Microsoft's Translation API. Register an account at the Microsoft Azure Marketplace, and then register an application that uses the translation API service.
client_id
(String) - A human readable identifier for your client that you provide on registration.client_secret
(String) - A key generated by Microsoft for your client.Lita.configure do |config|
config.handlers.translation.client_id = "my-translation-id"
config.handlers.translation.client_secret = "some key"
end
An OAuth token is automatically requested by the plugin whenever a fresh one is unavailable.
Microsoft uses ISO-639 codes to identify languages. Klingon is available.
Source language is optional during translation. Microsoft will attempt to detect the source language if none is supplied.
FAQs
Unknown package
We found that lita-translation 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.