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.
This Jekyll pluging provides a tag that takes a Font Awesome code and puts the according <i>
tag.
It has been implemented to ease my life in decorating http://storage-chaos.io/
Add this line to your Gemfile:
group :jekyll_plugins do
gem "jekyll-fa-icons"
end
And then execute:
$ bundle
Alternatively install the gem yourself as:
$ gem install jekyll-fa-icons
and put this in your _config.yml
plugins: [jekyll-fa-icons]
# This will require each of these gems automatically.
{% fai %}
; will display <i class="fab fa-github"></i>
{% fai k8s %}
or any other shortcut from DEFAULT_ICONS
; will display <i class="fas fa-dharmachakra"</i>
or the related icon{% fai fab fa-500px %}
or any other code from https://fontawesome.com/icons?d=gallery ; will display <i class="fab fa-500px"></i>
or the refered codeFAQs
Unknown package
We found that jekyll-fa-icons 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.