Files
barrier/doc/newsfragments
Povilas Kanapickas e33c81b835 lib: Enforce a maximum length of input messages
This commit is the 1/3 part of the fix for the following security
vulnerability:
 - CVE-2021-42076 DoS via excess length messages

The issue has been reported by Matthias Gerstner <mgerstner@suse.de>.
2021-11-01 05:18:51 +02:00
..
2021-06-21 21:31:09 +03:00

This is the directory for news snippets used by towncrier: https://github.com/twisted/towncrier

When changing code in a way that's visible to an end user please make a new file in this directory. It will be removed and integrated into release notes document upon a release of a new version of Barrier.

towncrier has a few standard types of news fragments, signified by the file extension. These are:

.feature: Signifying a new feature. .bugfix: Signifying a bug fix. .doc: Signifying a documentation improvement. .removal: Signifying a deprecation or removal of public API.