
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
data-tasks
Advanced tools
Small library to run data related scripts
First you'll need to install:
sudo apt install git, on macOS: brew install git.make --version to check.Then to set up your development environment:
git clone https://github.com/hypothesis/data-tasks.git
cd data-tasks
make services
make help
First, to get PyPI publishing working you need to go to:
https://github.com/organizations/hypothesis/settings/secrets/actions/PYPI_TOKEN
and add data-tasks to the PYPI_TOKEN secret's selected
repositories.
Now that the data-tasks project has access to the PYPI_TOKEN secret
you can release a new version by just creating a new GitHub release.
Publishing a new GitHub release will automatically trigger
a GitHub Actions workflow
that will build the new version of your Python package and upload it to
https://pypi.org/project/data-tasks.
To change what versions of Python the project uses:
Change the Python versions in the cookiecutter.json file. For example:
"python_versions": "3.10.4, 3.9.12",
Re-run the cookiecutter template:
make template
Commit everything to git and send a pull request
To change the production dependencies in the setup.cfg file:
Change the dependencies in the .cookiecutter/includes/setuptools/install_requires file.
If this file doesn't exist yet create it and add some dependencies to it.
For example:
pyramid
sqlalchemy
celery
Re-run the cookiecutter template:
make template
Commit everything to git and send a pull request
To change the project's formatting, linting and test dependencies:
Change the dependencies in the .cookiecutter/includes/tox/deps file.
If this file doesn't exist yet create it and add some dependencies to it.
Use tox's factor-conditional settings
to limit which environment(s) each dependency is used in.
For example:
lint: flake8,
format: autopep8,
lint,tests: pytest-faker,
Re-run the cookiecutter template:
make template
Commit everything to git and send a pull request
FAQs
Small library to run data related scripts
We found that data-tasks 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.