================
@@ -6,4 +6,4 @@ cert-msc32-c
 ============
 
 The `cert-msc32-c` check is an alias, please see
-:doc:`bugprone-random-generator-seed <../bugprone/random-generator-seed>` for 
more information.
+:doc:`bugprone-random-generator-seed <../bugprone/random-generator-seed.html>` 
for more information.
----------------
zeyi2 wrote:

Please add lines that tells reader what CERT Standard it corresponds to like 
[this](https://github.com/zeyi2/llvm-project/blob/c2cae6a0b375d820d37e0ca49400927a1d43c15d/clang-tools-extra/docs/clang-tidy/checks/cert/dcl58-cpp.rst?plain=1#L10)

An example:
```

This is a CERT security rule, see
`MSC32-C. Properly seed pseudorandom number generators
<https://wiki.sei.cmu.edu/confluence/display/c/MSC32-C.+Properly+seed+pseudorandom+number+generators>`_.
```

https://github.com/llvm/llvm-project/pull/167143
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to