
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
ckanext-multiuploader
Advanced tools
This CKAN extension helps users to upload multiple resources at once with drag&drop.
This CKAN extension helps users to upload multiple resources at once with drag&drop.
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 | Yes |
earlier | No |
To install ckanext-multiuploader:
Activate your CKAN virtual environment and install:
> . /usr/lib/ckan/default/bin/activate
> pip install ckanext-multiuploader
OR, Clone the source and install it on the virtualenv (Suggested location: /usr/lib/ckan/default/src) :
git clone https://github.com/TIBHannover/ckanext-multiuploader.git
cd ckanext-multiuploader
pip install -e .
pip install -r requirements.txt
2. Add multiuploader
to the ckan.plugins
setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/ckan.ini
).
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Note: you have to set the max resource size in ckan configuration (/etc/ckan/default/ckan.ini
)
ckan.max_resource_size
To run the tests, do:
pytest --ckan-ini=test.ini --disable-pytest-warnings ckanext/multiuploader/tests/
FAQs
This CKAN extension helps users to upload multiple resources at once with drag&drop.
We found that ckanext-multiuploader 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.