Threagile / threagile

Agile Threat Modeling Toolkit
https://threagile.io
MIT License
577 stars 126 forks source link

Error with schema.json in IDE (VS Code) #41

Open dnerever opened 1 year ago

dnerever commented 1 year ago

When using the schema.json in VS Code https://threagile.io/schema# on line 2 throws an error: Unable to load schema from 'https://threagile.io/schema': Forbidden. The server is refusing to respond. I also get the same error when attempting to access the same link from a browser https://threagile.io/schema which makes me believe that this part of the website is either no longer up/supported.

Please advise if there is a workaround for this.

cschneider4711 commented 1 year ago

Hmm, actually the URL is https://run.threagile.io/schema.json which returns the proper response... Possibly the "$schema" should be adjusted (for VS Code?) to include the .json suffix