What is considered as a valid *POC*....! #13398
-
|
Hey guys...! At the time of writing I have read the contribution docs thrice looked at various issues and pull requests (both merged and closed) and still haven't been able to came to a conclusion that defines a set of rules or principles. But in all that research, I have noticed few things which I like to mention to avoid waste of effort of my fellow contributors. • The first and most Important thing I noticed was maintainers never accepts self craft vulnerable mock labs as they can be crafted specially to prove the template valid instead of testing the template, and I 100% agree with that but Calling them AI simulated feels wrong. • Second thing I noticed is maintainers always require you to give them a VALID POC (usually a docker file) to test your template against. • Lastly this is just a tip for fellow contributors, Before Writing a Single line of code/template/yaml, Get A valid POC and make sure the maintainers will accept it, otherwise most probably your work is also gonna go in thrash. From my understanding there's a huge lack of set of principles/rules for validating the template itself and the POCs used to validate the template. bye have a great day. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@byte-dev404 thanks for asking! If you’re referring to submissions that are part of the template reward program, the requirements are different - if not, let me know if you're talking about a specific example. To clarify:
If you have an example where your POC was marked invalid but you believe it followed these rules, please share the link, happy to review and clarify.
On your point about Docker labs vs mock setups, this is important: since a valid POC is required to accept a submission, it makes sense to pick/filter CVEs where a reproducible setup is actually possible. Not every CVE is reproducible in practice, and those can be skipped. Note: All templates accepted as part of the reward program have included reproducible setup details sent over email. |
Beta Was this translation helpful? Give feedback.
@byte-dev404 thanks for asking! If you’re referring to submissions that are part of the template reward program, the requirements are different - if not, let me know if you're talking about a specific example.
To clarify:
Reward programs (require POC for verification)
For bounty/reward submissions we do have strict rules (see Community Rewards FAQ). Contributors are required to share a POC upfront.
What counts as a valid POC