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.
A blog theme with a personalized feel.
Download files:
git clone https://github.com/mtnzorlu/qufe.git
Go to directory with terminal command:
cd qufe
Build the Site:
jekyll build
Run:
bundle exec jekyll serve
And open:
Change the index.markdown file to index.html. It includes:
---
layout: main
---
{{ content }}
Add your Jekyll site into gemfile:
gem 'webrick'
gem 'jekyll-theme-qufe', '~> 0.1.1'
And change:
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate"
end
In the _config.yml file enter:
paginate: 5
theme: jekyll-theme-qufe
plugins:
- jekyll-feed
- jekyll-paginate
And execute:
bundle
Run:
bundle exec jekyll serve
And open:
If your site is in the root directory, the baseurl must be empty. Replace _config.yml:
baseurl: ""
Edit or change some parts of the _config_yml file. For example, enter your own social media usernames in the relevant lines.
twitter_username: your_name
To set the cover photo, modify the head.html file:
<img src="{{ site.baseurl }}/{{ site.image.kapak-1 }}" alt="kapak">
There are 4 options:
kapak-0, kapak-1 kapak-2, kapak-3
Use _config yml to change other things.
Title, description, footer_desc.
The theme is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that jekyll-theme-qufe 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.