You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[STYLE] Style cleanup for Improvements to FAQ and related documentation (- WIP #425 -)
Changes in file docs/FAQ.md:
* style fixes
Changes in file docs/SECURITY.md:
* style fixes for very long lines
Changes in file docs/USAGE.md:
* more white-space style fixes
* related style fixes
> interprocess communication theory and the standard python `multiprocessing` module and its use.
278
293
> Together these examples demonstrate a trivial message passing IPC using multicast python sockets.
279
294
280
-
Here is a
281
-
[more CLI focused way to test](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_usage.py#L385C2-L432C43)
282
-
as another trivial example of how to use the module.
295
+
See also [USAGE Guide](./USAGE.md)
283
296
284
297
### How do I run and interpret the test suite for this project?
285
298
286
-
To run the test suite, follow the instructions in the [Testing Guide](https://github.com/reactive-firewall/multicast/tree/HEAD/docs/Testing.md).
299
+
To run the test suite, follow the instructions in the [Testing Guide](./Testing.md).
287
300
288
301
The guide explains test organization, and how to run tests outside CI/CD.
289
302
290
303
### How is continuous integration (CI) set up for this repository?
291
304
292
-
CI is configured as described in the [CI Guide](https://github.com/reactive-firewall/multicast/tree/HEAD/docs/CI.md).
305
+
CI is configured as described in the [CI Guide](./CI.md).
293
306
Key points:
294
307
295
308
Automated builds and tests are run via GitHub Actions. Each pull request is tested for
@@ -304,7 +317,7 @@ and what to expect when contributing changes.
304
317
> The **default** multicast group address is `224.0.0.1`.
If you find a significant vulnerability, or evidence of one,
4
-
please report it privately.
3
+
If you find a significant vulnerability, or evidence of one, please report it privately.
5
4
6
-
We prefer that you use the [GitHub mechanism for privately reporting a vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). Under the
7
-
[main repository's security tab](https://github.com/reactive-firewall/multicast/security), click "Report a vulnerability" to open the advisory form.
5
+
We prefer that you use the
6
+
[GitHub mechanism for privately reporting a vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability).
0 commit comments