-
Notifications
You must be signed in to change notification settings - Fork 322
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
doc: create SECURITY.md #2656
doc: create SECURITY.md #2656
Conversation
Codecov ReportBase: 43.66% // Head: 43.07% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2656 +/- ##
==========================================
- Coverage 43.66% 43.07% -0.59%
==========================================
Files 191 335 +144
Lines 40483 52705 +12222
==========================================
+ Hits 17677 22703 +5026
- Misses 21700 28610 +6910
- Partials 1106 1392 +286
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Let's also add a notion task link for this @ameypv-rudder |
Co-authored-by: Christos Kargas <[email protected]>
@chrikar done! If you can approve, we can merge this and proceed with the other repos in the same format. |
we could also add a supported versions section and mention that we will fix security bugs for the latest major.minor version published in docker hub. eg. something similar to that: |
Makes sense, @atzoum - where/who can I get this information re: supported versions from? |
Our releases are here. We don't need to specify specific release, since we don't want to update the document all the time, simply use a similar generic table, e.g.
|
Co-authored-by: Aris Tzoumas <[email protected]>
@atzoum thanks Aris for your suggestions - I've incorporated those in the PR. |
feat(warehouse): added support for bigquery custom partition for workspaceIDs (#2679) chore: by default enable max concurrent gw request limit. (#2648) doc: create SECURITY.md (#2656) chore: use bugsnag in router and processor goroutines (#2686) test: using arm64 compatible images if necessary (#2670) chore: regulation worker avoid panic in case of timeout (#2657) feat(warehouse): degraded workspace id (#2627) Release-As: 1.4.0
feat(warehouse): added support for bigquery custom partition for workspaceIDs (#2679) chore: by default enable max concurrent gw request limit. (#2648) doc: create SECURITY.md (#2656) chore: use bugsnag in router and processor goroutines (#2686) test: using arm64 compatible images if necessary (#2670) chore: regulation worker avoid panic in case of timeout (#2657) feat(warehouse): degraded workspace id (#2627) Release-As: 1.4.0
Description
Added a SECURITY.md file with the relevant contact email for reporting any security-related issues.
Notion Ticket
https://www.notion.so/rudderstacks/Add-security-md-to-all-the-major-public-repos-d6696c93147f4d8299302fa59c4ad465
Security