docs: add SECURITY.md and CONTRIBUTING.md#1866
Merged
Merged
Conversation
Add a security policy describing supported versions, how to privately report vulnerabilities via GitHub private vulnerability reporting, what to include in a report, expected response timelines, the coordinated disclosure process, and scope. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document how to report issues, set up a development environment, run the test suites, follow the StandardJS and Conventional Commits conventions, and submit pull requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4d50526 to
c91ac8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two community health docs so the project has clearly defined, easy-to-follow guidance for security researchers and contributors. Neither existed before, and there is no org-level
.githubrepo providing defaults.Both docs were modelled on established examples (Node.js, Sequelize, GitHub's recommended templates) and tailored to
node-mssql's actual conventions.SECURITY.md12.x) only, with an upgrade pointer.tedious/msnodesqlv8), repro steps, PoC, and mitigations.node-mssqlvs.tedious/SQL Server, and lists out-of-scope cases.CONTRIBUTING.mdSECURITY.md, and documents the bug/feature-request expectations.>= 18.19.0,npm install, and a table of the test scripts (npm test,test-unit,test-tedious,test-msnodesqlv8,test-cli) plus how to run a single test and the dev-container note for integration tests.lib/basevs. driver-impl layout, dual Promise/callback API, and test placement.master, atomic commits, rebase (not merge) to stay current, merge-commit strategy, and the PR checklist.Not included
A Code of Conduct was intentionally left out for now given the size of the community; it can be added later via GitHub's template flow if that changes.