Skip to content

Commit

Permalink
[security development lifecycle] comply by adding security guidance. (m…
Browse files Browse the repository at this point in the history
…icrosoft#19834)

Resolves https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1336590

Drive-by: remove useless build status icon.
  • Loading branch information
BillyONeal authored Jan 6, 2022
1 parent 1067658 commit e0ee67c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ you can run `vcpkg help`, or `vcpkg help [command]` for command-specific help.
* Discord: [\#include \<C++\>](https://www.includecpp.org), the #🌏vcpkg channel
* Docs: [Documentation](docs/README.md)

[![Build Status](https://dev.azure.com/vcpkg/public/_apis/build/status/microsoft.vcpkg.ci?branchName=master)](https://dev.azure.com/vcpkg/public/_build/latest?definitionId=29&branchName=master)

# Table of Contents

- [Vcpkg: Overview](#vcpkg-overview)
Expand All @@ -39,6 +37,7 @@ you can run `vcpkg help`, or `vcpkg help [command]` for command-specific help.
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)
- [Security](#security)
- [Telemetry](#telemetry)

# Getting Started
Expand Down Expand Up @@ -327,7 +326,18 @@ with any additional questions or comments.

# License

The code in this repository is licensed under the [MIT License](LICENSE.txt).
The code in this repository is licensed under the [MIT License](LICENSE.txt). The libraries
provided by ports are licensed under the terms of their original authors. Where available, vcpkg
places the associated license(s) in the location `installed/<triplet>/share/<port>/copyright`.

# Security

Most ports in vcpkg build the libraries in question using the original build system preferred
by the original developers of those libraries, and download source code and build tools from their
official distribution locations. For use behind a firewall, the specific access needed will depend
on which ports are being installed. If you must install in in an "air gapped" environment, consider
installing once in a non-"air gapped" environment, populating an
[asset cache](docs/users/assetcaching.md) shared with the otherwise "air gapped" environment.

# Telemetry

Expand Down

0 comments on commit e0ee67c

Please sign in to comment.