Richard Collette
Richard Collette
I believe I just ran into this issue when trying to generate documentation on an [inversify-express-utils](https://github.com/inversify/inversify-express-utils) controller ```typescript import { BaseHttpController, controller, httpGet, requestParam, } from "@nota/inversify-express-utils"; import { HelloService...
@PettitWesley - What is this issue pending now?
I have to believe this issue can be closed at this point?
Using the following configuration, I do not see Model class/property documentation. ``` private static void ConfigureSwagger(IServiceCollection services) { services.AddSwaggerGen( c => { c.SwaggerDoc( "theName", new Info { Title = "theTitle",...
Associated with PRISMA-2022-0394 >github.com/gin-gonic/gin module from all versions is vulnerable to Path Traversal due to wildcard parameters incorrectly decoding URIs recursively. The wildcard request parameter should get the full path...
Duplicate of https://github.com/GoogleContainerTools/kaniko/issues/1572
I'm using tsx with AWS CDK until this is resolved. In cdk.json, change the app property to: ``` "app": "npx tsx bin/app.ts", ```
Adding skipLibCheck is simply a workaround to an incorrectly defined type. All one has to do is open the type declaration file and the error is there.  ``` Error:...
It looks like there was a merge to fix this. Can this issue be closed?