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.
ckanext-baepublisher
Advanced tools
CKAN extension allowing users to publish datasets in the FIWARE Business API Ecosystem as offerings in an easy way.
CKAN extension that allows users to publish datasets in the FIWARE Business API Ecosystem GE as offerings in an easy way. To do so, a new tab is added in the Datasets Manage menu that offers a form to set the basic options of the offering.
Offerings are not automatically published so the dataset creator must access this form and complete it in order to publish the dataset using the FIWARE Business API Ecosystem.
Note: This software is intended to integrate a CKAN instance with the FIWARE Business API Ecosystem and it won't work with other Marketplaces/Stores.
Install this extension in your CKAN instance is as easy as intall any other CKAN extension.
. /usr/lib/ckan/default/bin/activate
)pip install ckanext-baepublisher
/etc/ckan/default/production.ini
) and add baepublisher
in the ckan.plugins
setting.ckan.baepublisher.store_url
setting.sudo service apache2 restart
)This sofware contains a set of test to detect errors and failures. You can run this tests by running the following command:
nosetests --ckan --with-pylons=test.ini ckanext/baepublisher/tests/
Note: The test.ini
file contains a link to the CKAN test-core.ini
file. You will need to change that link to the real path of the file in your system (generally /usr/lib/ckan/default/src/ckan/test-core.ini
).
You can also generate coverage reports by running:
nosetests --ckan --with-xunit --with-pylons=test.ini ckanext/baepublisher/tests/ --with-coverage --cover-package=ckanext.baepublisher --cover-inclusive --cover-erase . --cover-xml
FAQs
CKAN extension allowing users to publish datasets in the FIWARE Business API Ecosystem as offerings in an easy way.
We found that ckanext-baepublisher 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.
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.