OWASP / wstg

The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
https://owasp.org/www-project-web-security-testing-guide/
Creative Commons Attribution Share Alike 4.0 International
7.38k stars 1.34k forks source link

Support for GitHub Codespaces #546

Closed victoriadrake closed 4 years ago

victoriadrake commented 4 years ago

What would you like to happen?

Codespaces is in limited beta. I'd love to add a configuration to our project as this feature will allow new contributors to quickly and easily get started on issues.

ThunderSon commented 4 years ago

I did love the new tool coming out, yet I believe it's gonna be behind a paywall (from the release of it).

I am not sure it's that interesting to add to the project, especially that it might carry with it bugs. What do you think @kingthorin ?

victoriadrake commented 4 years ago

I am not sure it's that interesting to add to the project, especially that it might carry with it bugs.

Bugs? Can you elaborate?

ThunderSon commented 4 years ago

It's in Beta. There are no promises for it to be stable, not contain bugs/issues, and you know things that come along with a Beta release.

victoriadrake commented 4 years ago

Oh, I understand. GitHub Codespaces is in beta, however VS Codespaces (formerly Visual Studio Online) itself has been around a while, if that helps to assuage concerns: https://visualstudio.microsoft.com/services/visual-studio-codespaces/

Do you mean you'd prefer to discourage its use? Adding the devcontainer.json settings for codespaces won't introduce any bugs to our repo on their own.