Skip to content
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

Fix #9970: Add security policy to project #10136

Merged
merged 1 commit into from
May 13, 2024
Merged

Fix #9970: Add security policy to project #10136

merged 1 commit into from
May 13, 2024

Conversation

aranke
Copy link
Member

@aranke aranke commented May 13, 2024

resolves #9970

Problem

dbt-core doesn't have a SECURITY.md file

Solution

Add a SECURITY.md file with link to https://docs.getdbt.com/docs/dbt-versions/core

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
  • This PR includes type annotations for new and modified functions

@aranke aranke requested a review from a team as a code owner May 13, 2024 11:50
@cla-bot cla-bot bot added the cla:yes label May 13, 2024
@aranke aranke added the Skip Changelog Skips GHA to check for changelog file label May 13, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.18%. Comparing base (8fe7d65) to head (68d525d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10136      +/-   ##
==========================================
- Coverage   88.25%   88.18%   -0.07%     
==========================================
  Files         181      181              
  Lines       22805    22805              
==========================================
- Hits        20126    20111      -15     
- Misses       2679     2694      +15     
Flag Coverage Δ
integration 85.59% <ø> (-0.14%) ⬇️
unit 62.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aranke aranke merged commit 4443a91 into main May 13, 2024
65 of 66 checks passed
@aranke aranke deleted the fix_9970 branch May 13, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes Skip Changelog Skips GHA to check for changelog file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add security policy to project
2 participants