* condense Pages prohibited uses + ~guidelines~ **limits** + reformatting
* consolidated mentions of prohibited uses + ~guidelines~ **limits**
also removed example of prohibition on reselling because we aren't seeing that as much now that we have free private repos
* remove extraneous {% endif %} (h/t @ethanpalm)
* Update link
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Remove the word "responsible" from vulnerability disclosure policy, replace with "coordinated".
For lots of the discussion and points here I'll be referencing this article [Coordinated Vulnerability Disclosure: Bringing Balance to the Force](https://docs.microsoft.com/en-us/archive/blogs/ecostrat/coordinated-vulnerability-disclosure-bringing-balance-to-the-force) by [Katie Moussouris](https://twitter.com/k8em0) from 2010.
"Responsible" implies a set of ethics and morals are involved in vulnerability disclosure. "responsible" is also very subjective. From the perspective of the security researcher, the company (in this case GitHub) may be the "irresponsible" party for releasing the vulnerable code without adequate testing. From the perspective of the company, in this case GitHub, the researcher may be "irresponsible" if they choose to go public with a vulnerability before the vulnerability is fully patched and shipped to customer. As such, much of the industry has moved away from the term "Responsible" to the term "Coordinated".
> Responsible Disclosure should be deprecated in favor of something focused on getting the job done, which is to improve security and to protect users and systems.
Additionally, Coordinated Vulnerability Disclosure (CVD) has been the norm at Microsoft for 11 years. GitHub should similarly match the language around vulnerability disclosure that Microsoft has.
* adding effectiveDate frontmatter property
* Update components/article/ArticlePage.tsx
Co-authored-by: Peter Bengtsson <peterbe@github.com>
* adding validation for correct date
* update to dateTime
* update to year month day
* update error date validation
* moving validation to getArticleContextFromRequest and moving id to div
* remove enteredDate
* Update content/README.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>