Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Add interactive checkboxes to columns in Datasette. Requires Datasette 1.0 alpha or higher.
Install this plugin in the same environment as Datasette.
datasette install datasette-checkbox
This plugin adds checkboxes to the table and row pages in Datasette for any column with a name that starts is_*
or should_*
or has_*
and that is of type integer
.
Toggling those checkboxes updates the underlying column to a 1
or a 0
.
The checkbox interface will only be shown for users who have update-row
permission for the table.
The easiest way to try this plugin is using the --root
Datasette option:
datasette data.db --root
Or use the Datasette permission system to grant update-row
to specific users.
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-checkbox
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
FAQs
Add interactive checkboxes to columns in Datasette
We found that datasette-checkbox 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.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.