Skip to content

Commit e78f479

Browse files
authored
Update branding for migration (#1)
1 parent a560297 commit e78f479

35 files changed

+108
-145
lines changed

.github/workflows/bvt-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
cat <<EOF > benchmarking-report.md
2424
# Benchmarking Report
2525
26-
- Generated for: [Microsoft "Proxy" library](https://github.com/microsoft/proxy)
27-
- Commit ID: [${{ github.sha }}](https://github.com/microsoft/proxy/commit/${{ github.sha }})
26+
- Generated for: [C++ Proxy library](https://github.com/ngcpp/proxy)
27+
- Commit ID: [${{ github.sha }}](https://github.com/ngcpp/proxy/commit/${{ github.sha }})
2828
- Generated at: $(date -u +"%Y-%m-%dT%H:%M:%SZ")
2929
3030
EOF

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Microsoft Open Source Code of Conduct
1+
# Next Gen C++ Foundation Code of Conduct
22

3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
3+
This project has adopted the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
44

55
Resources:
66

7-
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8-
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9-
- Contact [[email protected]](mailto:[email protected]) with questions or concerns
7+
- [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/)
8+
- [Contributor Covenant FAQ](https://www.contributor-covenant.org/faq/)
9+
- Contact [[email protected]](mailto:[email protected]) with questions or concerns

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Microsoft Corporation.
3+
Copyright (c) 2022-2026 Microsoft Corporation.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 47 additions & 59 deletions
Large diffs are not rendered by default.

SECURITY.md

Lines changed: 12 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,25 @@
1-
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->
2-
31
## Security
42

5-
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6-
7-
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
3+
The Next Gen C++ Foundation (ngcpp) takes security seriously. If you believe you have found a security vulnerability in this repository, please report it responsibly.
84

95
## Reporting Security Issues
106

117
**Please do not report security vulnerabilities through public GitHub issues.**
128

13-
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14-
15-
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16-
17-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18-
19-
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20-
21-
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22-
* Full paths of source file(s) related to the manifestation of the issue
23-
* The location of the affected source code (tag/branch/commit or direct URL)
24-
* Any special configuration required to reproduce the issue
25-
* Step-by-step instructions to reproduce the issue
26-
* Proof-of-concept or exploit code (if possible)
27-
* Impact of the issue, including how an attacker might exploit the issue
28-
29-
This information will help us triage your report more quickly.
9+
Instead, please create a private security advisory at:
3010

31-
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
11+
- https://github.com/ngcpp/proxy/security/advisories/new
3212

33-
## Preferred Languages
13+
If you need to share additional details that do not fit in the advisory, you may email:
3414

35-
We prefer all communications to be in English.
15+
3616

37-
## Policy
17+
Please include as much of the following as possible to help us triage quickly:
3818

39-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
19+
- Type of issue (e.g., buffer overflow, RCE, etc.)
20+
- Affected file paths and versions/commits
21+
- Reproduction steps and any required configuration
22+
- Proof-of-concept (if available)
23+
- Impact assessment
4024

41-
<!-- END MICROSOFT SECURITY.MD BLOCK -->
25+
We aim to acknowledge reports within 72 hours.

SUPPORT.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
1-
# TODO: The maintainer of this repo has not yet edited this file
2-
3-
**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project?
4-
5-
- **No CSS support:** Fill out this template with information about how to file issues and get help.
6-
- **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps.
7-
- **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide.
8-
9-
*Then remove this first heading from this SUPPORT.MD file before publishing your repo.*
10-
111
# Support
122

133
## How to file issues and get help
144

15-
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
16-
issues before filing new issues to avoid duplicates. For new issues, file your bug or
17-
feature request as a new Issue.
5+
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
6+
issues before filing new ones to avoid duplicates. For new issues, file your bug or feature request
7+
as a new issue.
8+
9+
For help and questions about using this project, please use GitHub Discussions:
1810

19-
For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE
20-
FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER
21-
CHANNEL. WHERE WILL YOU HELP PEOPLE?**.
11+
- https://github.com/ngcpp/proxy/discussions
2212

23-
## Microsoft Support Policy
13+
## Support Policy
2414

25-
Support for this **PROJECT or PRODUCT** is limited to the resources listed above.
15+
Support for this project is provided on a best-effort basis by the community and maintainers via
16+
the resources listed above.

benchmarks/proxy_creation_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation.
1+
// Copyright (c) 2022-2026 Microsoft Corporation.
22
// Licensed under the MIT License.
33

44
#include <any>

benchmarks/proxy_operation_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation.
1+
// Copyright (c) 2022-2026 Microsoft Corporation.
22
// Licensed under the MIT License.
33

44
#include <benchmark/benchmark.h>

benchmarks/proxy_operation_benchmark_context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation.
1+
// Copyright (c) 2022-2026 Microsoft Corporation.
22
// Licensed under the MIT License.
33

44
#include "proxy_operation_benchmark_context.h"

benchmarks/proxy_operation_benchmark_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation.
1+
// Copyright (c) 2022-2026 Microsoft Corporation.
22
// Licensed under the MIT License.
33

44
#include <any>

0 commit comments

Comments
 (0)