Remove irrelevant links from C/C++ descriptions. No effort was made to
replace them when there wasn't already a link to CERT C. This will be
done as part of a separate effort, one day.
Few updates I have missed during review, and just realized when saw
sonar-cpp PR:
* we should check quickfix, and mark if infeasible if we think that one
could be provided
* metadata now contains links to security standards, so I updated it
* pre
https://github.com/SonarSource/rspec/blob/master/docs/link_formatting.adoc,
CWE should start with CWE
* I think that CWE and CERT are put under standard, external conding
guidelines are use for MISRA and CoreGuidlines.
## Review
A dedicated reviewer checked the rule description successfully for:
- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
Co-authored-by: Tomasz Kamiński <tomasz.kamiński@sonarsource.com>
## Review
A dedicated reviewer checked the rule description successfully for:
- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
Inline adoc files when they are included exactly once.
Also fix language tags because this inlining gives us better information
on what language the code is written in.