-
Notifications
You must be signed in to change notification settings - Fork 649
Add .well-known/security.txt
file
#9048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5a2ea5e
to
c3090ce
Compare
uhhhh the tests are failing because linking with cc failed because there's no space left..... does a cache somewhere need cleared? |
@@ -0,0 +1,2 @@ | |||
Contact: https://crates.io/policies/security | |||
Expires: 2025-06-25T00:00:00.000Z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're 100% going to forget this, aren't we?
I wonder if we should have a scheduled GitHub action that monitors this and tells us if it's close. (I can write that after this gets merged.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, that's a good point. I guess alternatively the file is small enough that we could also generate it on startup and serve it from the axum server 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well the point is that a person should look at it every once in a while.........
c3090ce
to
80ecab3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9048 +/- ##
=======================================
Coverage 89.11% 89.11%
=======================================
Files 280 280
Lines 28216 28217 +1
=======================================
+ Hits 25145 25146 +1
Misses 3071 3071 ☔ View full report in Codecov by Sentry. |
And expires on crates.io's birthday, which everyone knows is June 25. Generated using https://securitytxt.org/.
80ecab3
to
16d58ed
Compare
.well-known/security.txt
file
Follow-up work to #8791 now that the page is live!