Skip to content

Commit b7eae9a

Browse files
authored
Merge pull request #83 from vstorm-co/issue/82
fix: change contact email address
2 parents aa7610a + cd21eb1 commit b7eae9a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
Thanks for taking the time to file a bug report!
99
Please fill out this form **in English** so maintainers and the community can help effectively.
10-
For **security vulnerabilities**, do NOT use this form — email **security@vstorm.co** instead (see [SECURITY.md](https://github.com/vstorm-co/pydantic-deepagents/blob/main/SECURITY.md)).
10+
For **security vulnerabilities**, do NOT use this form — email **info@vstorm.co** instead (see [SECURITY.md](https://github.com/vstorm-co/pydantic-deepagents/blob/main/SECURITY.md)).
1111
1212
- type: textarea
1313
id: description

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://github.com/vstorm-co/pydantic-deepagents/blob/main/SECURITY.md
55
about: >
66
Do NOT open a public issue for security vulnerabilities.
7-
Please email security@vstorm.co instead (see SECURITY.md for details).
7+
Please email info@vstorm.co instead (see SECURITY.md for details).
88
- name: Documentation
99
url: https://vstorm-co.github.io/pydantic-deepagents/
1010
about: Check the documentation first — your question may already be answered there.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
### Added
2929

3030
- **Bandit security scanner**[Bandit](https://bandit.readthedocs.io/) is now part of the development toolchain and CI pipeline. It runs on every commit via the new `security` job in GitHub Actions and is also available locally via `make security`. The scanner checks production code (`pydantic_deep/`) for common Python security vulnerabilities (CWE-listed issues). No medium- or high-severity findings block a merge.
31-
- **GitHub Issue Templates** — structured forms for bug reports and feature requests guide contributors to provide the right information. Blank issues are disabled; the config redirects security reports to `security@vstorm.co`.
31+
- **GitHub Issue Templates** — structured forms for bug reports and feature requests guide contributors to provide the right information. Blank issues are disabled; the config redirects security reports to `info@vstorm.co`.
3232
- **Pull Request Template** — a checklist-based PR template ensures contributors verify tests, linting, type checking, and the security scan before requesting review.
3333

3434
### Fixed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for your interest in contributing! Bug reports, enhancement proposals, an
55
## Getting Help / Reporting Issues
66

77
- **Bug reports & feature requests**[open a GitHub Issue](https://github.com/vstorm-co/pydantic-deepagents/issues)
8-
- **Security vulnerabilities** — email **security@vstorm.co** (do NOT use public Issues; see [SECURITY.md](SECURITY.md))
8+
- **Security vulnerabilities** — email **info@vstorm.co** (do NOT use public Issues; see [SECURITY.md](SECURITY.md))
99
- **Questions & discussion** — GitHub Issues are the primary discussion channel and are publicly searchable
1010

1111
All issues and pull requests are archived publicly on GitHub and can be referenced by URL.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Only the latest minor release receives security fixes. We recommend always using
1515

1616
To report a vulnerability, email the maintainers at:
1717

18-
**security@vstorm.co**
18+
**info@vstorm.co**
1919

2020
Include in your report:
2121
- Description of the vulnerability

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ New functionality **must** include tests. The `coverage fail_under = 100` settin
3939

4040
- **Bug reports**[open a GitHub Issue](https://github.com/vstorm-co/pydantic-deepagents/issues/new/choose) using the Bug Report template
4141
- **Feature requests**[open a GitHub Issue](https://github.com/vstorm-co/pydantic-deepagents/issues/new/choose) using the Feature Request template
42-
- **Security vulnerabilities** — email **security@vstorm.co** (see [Security Policy](https://github.com/vstorm-co/pydantic-deepagents/blob/main/SECURITY.md))
42+
- **Security vulnerabilities** — email **info@vstorm.co** (see [Security Policy](https://github.com/vstorm-co/pydantic-deepagents/blob/main/SECURITY.md))
4343

4444
## Full Guidelines
4545

0 commit comments

Comments
 (0)