projectdiscovery / public-bugbounty-programs

Community curated list of public bug bounty and responsible disclosure programs.
https://chaos.projectdiscovery.io
MIT License
1.03k stars 359 forks source link

Transitioning from JSON to YAML for Submissions #895

Open dwisiswant0 opened 1 month ago

dwisiswant0 commented 1 month ago

JSON isn't the best for people to collaborate on. It might be better if we start accepting submissions in a YAML-based source and then compile them to JSON for dist needs.

.
├── src
│   ├── chaos-bugbounty-list.yaml
├── dist
│   ├── chaos-bugbounty-list.json <-- compiled, converted, and minified