Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
aaddc09
Reduce usage of build pools (#1222)
May 28, 2020
61951da
Update usage.md
Jun 30, 2020
ec82b0b
update usage.md (#1522)
Taeyoung96 Mar 18, 2021
e354721
Fix build with libmatroska 1.6.x (#1379)
robUx4 Mar 18, 2021
aac136c
Adding Azure Kinect DK Camera CAD file (#1532)
jaygullapalli Mar 18, 2021
2feb342
Python api development (#1483)
JonathanESantos Mar 24, 2021
f210de3
Fix compile error for std::nothrow (#1560)
UnaNancyOwen Apr 9, 2021
ea01d60
Update to project build pipeline (#1575)
jaygullapalli Apr 20, 2021
c03aa97
Add missing const qualifiers (#1451)
HlibKazakov2000 Apr 22, 2021
6b9321b
Fix Close Device of Python API (#1558)
UnaNancyOwen Apr 27, 2021
3a9dbac
Fixing point cloud transformation bug, switching type used for image …
JonathanESantos Apr 27, 2021
cdec4f2
Mark member functions as const that don't modify state (#1593)
HlibKazakov2000 May 6, 2021
a20f468
Fix a typo in the documentation (#1445)
HlibKazakov2000 May 6, 2021
36df754
Replace C clock with steady_clock (#1592)
HlibKazakov2000 May 26, 2021
04168ad
Adding calibration and registration tools to examples. (#1475)
kyrendon-msft May 26, 2021
920e395
Create readme.txt
qm13 Jul 19, 2021
f22b761
Add files via upload
qm13 Jul 19, 2021
45f36b6
Update readme.txt
qm13 Oct 20, 2021
dda733a
Delete firmware-beta directory
qm13 Oct 20, 2021
44db841
Create readme.txt
qm13 Oct 20, 2021
2b03a65
Update readme.txt
qm13 Oct 20, 2021
ba9bdad
Update readme.txt
qm13 Oct 20, 2021
d87ef57
Add files via upload
qm13 Oct 20, 2021
20eeee1
Update usage.md
qm13 May 13, 2022
48f9652
Update usage.md
qm13 May 13, 2022
c8c3b2f
Update azure-pipelines.yml for Azure Pipelines
dasparli Aug 16, 2022
34bc7cc
Update azure-pipelines.yml for Azure Pipelines
dasparli Aug 16, 2022
62c4b48
Microsoft mandatory file (#1814)
microsoft-github-policy-service[bot] Aug 16, 2022
8bb59ca
Updating Targetframework to netcoreapp3.1 (#1826)
jaygullapalli Sep 1, 2022
3503ba4
Updating target framework to use net6.0 (#1980)
jaygullapalli May 21, 2024
cd2b3e9
Updating logo image
jaygullapalli Jun 8, 2024
e165dfb
Updating usage.md markdown file for SDK v1.4.2
jaygullapalli Jun 21, 2024
fe20e2e
Updates from develop for v1.4.2 (#1984)
jaygullapalli Jul 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Microsoft mandatory file (#1814)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
  • Loading branch information
commit 62c4b48a15c73526ef292f1d474c8250dd6053e0
41 changes: 41 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->

## Security

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/).

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.

## Reporting Security Issues

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

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).

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).

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).

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:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

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.

## Preferred Languages

We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->