jupyter / jupyter.github.io

Project Jupyter's home on the World Wide Web
https://jupyter.org
BSD 3-Clause "New" or "Revised" License
178 stars 180 forks source link

Update reporting guidelines. #763

Closed Carreau closed 3 months ago

Carreau commented 3 months ago

Now that Public GHSA opening is available on most repo, be clearer that those can be used directly.

Carreau commented 3 months ago

Failures seem to be 429 too many requests as we check to many https://github.com/<user>, though the error message show a single / in https:/github... I'll try to add a ignore pattern.

krassowski commented 3 months ago

In JupyterLab we have https://github.com/[^/]+/?$ ignore pattern https://github.com/jupyterlab/jupyterlab/blob/main/.github/workflows/linuxtests.yml#L155

krassowski commented 3 months ago

But maybe it should be changed on maintainer-tools level after all, edit - it looks https://github.com/jupyterlab/maintainer-tools/pull/226 already has it

Carreau commented 3 months ago

meh, I guess we can just force-merge. I'm not sure why it still fails.

krassowski commented 3 months ago

All green, merging!

Carreau commented 3 months ago

Thanks !