├── .gitignore ├── LICENSE ├── LICENSE-CODE ├── README.md ├── SECURITY.md ├── Scenarios.md ├── cV - 2.1.md └── cV - 3.0.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE-CODE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/LICENSE-CODE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/Scenarios.md -------------------------------------------------------------------------------- /cV - 2.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/cV - 2.1.md -------------------------------------------------------------------------------- /cV - 3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/CorrelationVector/HEAD/cV - 3.0.md --------------------------------------------------------------------------------