
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
ckanext-multiuploadform
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. It adds an extra form for uploadig multiple files and leaves the vanilla one untouched.
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 and arlier | not tested |
2.10 | yes |
2.11 | yes |
To install the extension:
. /usr/lib/ckan/default/bin/activate
pip install ckanext-multiuploadform
Add multiuploadform
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 install ckanext-multiuploadform for development, activate your CKAN virtualenv and do:
git clone https://github.com/Mat-O-Lab/ckanext-multiuploadform.git
cd ckanext-multiuploadform
python setup.py develop
pip install -r dev-requirements.txt
To run the tests, do:
pytest --ckan-ini=test.ini
The authors would like to thank the developers of the original project https://github.com/TIBHannover/ckanext-multiuploadform.
FAQs
This CKAN extension helps users to upload multiple resources at once with drag&drop.
We found that ckanext-multiuploadform 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.