Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Intl.js gemificated
I will follow Intl.js version numbers.
Add this line to your application's Gemfile:
gem 'intljs-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install intljs-rails
The Intl.js files will be added to the asset pipeline and available for you to use.
So, you should add, in app/assets/javascripts/application.js
, these lines:
//= require Intl
IntlPolyfill.__addLocaleData({locale-data/json})
Where {locale-data/json} is the content of a wanted locales
Or, you can add all locales using:
//= require Intl.complete
IntlPolyfill.__addLocaleData({locale-data/json})
Feel free to open an issue ticket if you find something that could be improved. A couple notes:
If it's an issue pertaining to the Intl javascript, please report it to the Intl.js project.
If the Intl scripts are outdated (i.e. maybe a new version of was released yesterday), feel free to open an issue and prod us to get that thing updated. However, for security reasons, we won't be accepting pull requests with updated Intl scripts.
Many thanks to jquery-rails project for so good README reference ;)
FAQs
Unknown package
We found that intljs-rails 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.