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.
|PyPI Version| |Build Status| |Coverage Status|
The CKAN theme of DCOR. What this plugin does:
remove the language selection from footer.html
remove links from footer.html
set the title of the page to "DCOR"
insert a custom about text
remove social media buttons
change icons / logo
use i18n to change the terms "Organization" -> "Circle", "Group" -> "Collection", etc.::
ckan dcor-theme-i18n-branding
create a custom theme based on the default main.css file (hide action buttons (Fullscreen, Embed) in resource view via css, change colors) using::
ckan dcor-theme-main-css-branding
::
pip install ckanext-dcor_theme
Edit ckan.ini::
ckan.plugins = [...] dcor_theme
and run the dcor-i18n-hack command::
ckan -c /etc/ckan/default/ckan.ini dcor-i18n-hack
Then, edit ckan.ini again::
ckan.locale_default = en_US
If CKAN/DCOR is installed and setup for testing, this extension can be tested with pytest:
::
pytest ckanext
Testing can also be done via vagrant in a virtualmachine using the
dcor-test <https://app.vagrantup.com/paulmueller/boxes/dcor-test/>
image.
Make sure that vagrant
and virtualbox
are installed and run the
following commands in the root of this repository:
::
# Setup virtual machine using `Vagrantfile`
vagrant up
# Run the tests
vagrant ssh -- sudo bash /testing/vagrant-run-tests.sh
.. |PyPI Version| image:: https://img.shields.io/pypi/v/ckanext.dcor_theme.svg :target: https://pypi.python.org/pypi/ckanext.dcor_theme .. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/DCOR-dev/ckanext-dcor_theme/check.yml :target: https://github.com/DCOR-dev/ckanext-dcor_theme/actions?query=workflow%3AChecks .. |Coverage Status| image:: https://img.shields.io/codecov/c/github/DCOR-dev/ckanext-dcor_theme :target: https://codecov.io/gh/DCOR-dev/ckanext-dcor_theme
FAQs
The DCOR CKAN theme
We found that ckanext-dcor-theme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.