Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
A Blog build with Wagtail. Its name is not a reference to Wordpress, but the name wagtail_blog is already taken.
Simply install it from pypi.org:
pip install wagtailpress
Add this app and dependencies to django installed app in your settings.py:
INSTALLED_APPS = [
# …
'wagtail.contrib.routable_page',
'wagtailperson',
'wagtailpress',
# …
]
Then, finally, apply migration scripts:
./manage.py migrate wagtailpress
This application provide 2 pages models:
A blog article page got multiple fields:
This source code repository provide a full Django project, so you can easily work with wagtailperson for testing you modifications.
Simply use these two steps in the source code working directory:
./manage.py migrate
./manage.py runserver
To run test, simply run this in the root of the source code working directory:
./manage.py test
LGPLv3
Sébastien Gendre seb@k-7.ch
FAQs
A Blog build with Wagtail.
We found that wagtailpress demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.