mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

Question: Security Improvements - OSSF Scorecards #582

Open simon-sk opened 9 months ago

simon-sk commented 9 months ago

Hi,

first of all, I want to thank you for your work on aio-pika! We are currently working on adopting aio-pika and as part of that process ran a security scan using securityscorecards.

Through this scan we found a few things that could be easily improved to help user and companies with strict security requirements to adopt aio-pika:

You can find a full list of the performed checks here (above I only listed the low hanging fruits that can be easily fixed).

You can get the full report by running docker run -e GITHUB_AUTH_TOKEN=$GITHUB_TOKEN gcr.io/openssf/scorecard:stable --repo=https://github.com/mosquito/aio-pika

Implementing these changes would help us and other users to adopt aio-pika for our projects!