bids-standard / pybv

A lightweight I/O utility for the BrainVision data format, written in Python.

Home Page:https://pybv.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALERT: Potential exposure of PyPI tokens

effigies opened this issue · comments

This morning (15 April 2021), I received a security update from CodeCov: https://about.codecov.io/security-update/

PyBV was affected by this issue because we use the CodeCov GitHub action, which means tokens were potentially exposed. There are PYPI secrets in the repository settings that should be revoked.

I strongly suggest moving to API tokens that are more easily rotated in the future.

Thanks @effigies, I changed pypi passwords and updated the tokens.

I strongly suggest moving to API tokens that are more easily rotated in the future.

do you have further information on what you mean by that?

I see, thank you.

I generated tokens with repo-specific upload permissions and updated the secrets in GitHub accordingly.