Cameron Taggart

Results 29 issues of Cameron Taggart

When I build a Rust executable that uses `ring` on Windows and then run `binskim` on the produced executable, it results in two warnings: ``` PS C:\Users\cataggar\tmp> binskim version BinSkim...

I want to be be able to test that routes resolve correctly, given the HTTP method and URI. ``` rust #[cfg(test)] mod test { use super::*; use rocket::Router; #[test] fn...

request

Also copies `local.settings.json` only if it exists. #988

These duplicate tags should not have been added in #19937: https://github.com/Azure/azure-rest-api-specs/pull/19937/files#diff-ad64caefc0b08c992cb9ed1b201db73adf06fae4992b8d3bb1606602a8ae71deR205-R244 --- MSFT employees can try out our new experience at [OpenAPI Hub](https://aka.ms/openapiportal) - one location for using our validation...

Authorization
no-recent-activity
CI-BreakingChange-Go
resource-manager

An operation named `DatabaseSqlVulnerabilityAssessmentBaselines_CreateOrUpdate` is defined twice in the same spec. The `operationId`s need to be unique. From PR #19820. specification\sql\resource-manager\Microsoft.Sql\preview\2022-02-01-preview\ ![image](https://user-images.githubusercontent.com/87583576/182384429-46b0a1f2-39c0-4f6e-b47f-02aa627949fe.png) cc @ericshape, @raych1

SQL
Service Attention

Would it be possible to make `rustls` an optional dependency? I'm not sure how to get around a couple of security warnings for `ring` https://github.com/briansmith/ring/issues/1463, which is used by `rustls`....

I updated from oav 2.5.4 to the latest version, 2.11.6 and I now get the error: ``` Validating "examples" and "x-ms-examples" in .\specification\account\7.1\accounts.json Error reported: code: JSON_PARSING_ERROR message: 'Json parsing...

enhancement
P2

Based on #20646, this adds me as the code owner for `/specification/vmware/`, which is for AVS (Azure VMware Solution).

no-recent-activity

Part of a `WebApps_GetConfiguration` response is a [SiteConfig](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/web/resource-manager/Microsoft.Web/stable/2022-03-01/CommonDefinitions.json#L3093-L3497) model which does not have any [x-nullable](https://azure.github.io/autorest/extensions/#x-nullable) to say that null values are allowed. > By default, a null value should be...

http-types 2.12.0 is the latest version. The default features pull in dependencies with reported vulnerabilities. Steps to reproduce. The `cargo check` will create the `Cargo.lock` that `cargo audit` uses. ```...