Skip to content

Commit

Permalink
Merge pull request #1991 from EliahKagan/gitdb-smmap-security
Browse files Browse the repository at this point in the history
Affirm that gitdb and smmap advisories can also be created
  • Loading branch information
Byron authored Jan 5, 2025
2 parents a7c7433 + b20de09 commit 206201c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ Only the latest version of GitPython can receive security updates. If a vulnerab

## Reporting a Vulnerability

Please report private portions of a vulnerability to <https://github.com/gitpython-developers/GitPython/security/advisories/new>. Doing so helps to receive updates and collaborate on the matter, without disclosing it publicliy right away.
Please report private portions of a vulnerability to <https://github.com/gitpython-developers/GitPython/security/advisories/new>. Doing so helps to receive updates and collaborate on the matter, without disclosing it publicly right away.

Vulnerabilities in GitPython's dependencies [gitdb](https://github.com/gitpython-developers/gitdb/blob/main/SECURITY.md) or [smmap](https://github.com/gitpython-developers/smmap/blob/main/SECURITY.md), which primarily exist to support GitPython, can be reported here as well, at that same link. The affected package (`GitPython`, `gitdb`, or `smmap`) can be included in the report, if known.

0 comments on commit 206201c

Please sign in to comment.