Mitch Haddadi

Results 6 comments of Mitch Haddadi

> While installing the tool: > > `$ dotnet tool install -g Microsoft.CST.AttackSurfaceAnalyzer.CLI` /var/folders/8t/92jz7nqs3_q30ltwc2w7w2pm0000gn/T/2tsgukgi.pd1/restore.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.json. The tool package could...

What version of Python are you using? Thanks!

I've corrected the code and replaced the named expression (Python 3.8 feature.)

Issue resolved; replaced the named expression `json_resp := json.loads(data):`.

Issue resolved for `TypeError: 'NoneType' object is not subscriptable` concerning missing path for read/write of settings.yml file.

Thank you. I recently edited the TEXT output format and it now reads/writes correctly. My Python black formatter was overwriting the original format. I'll apply a comment (locally) to exclude...