@@ -103,16 +103,9 @@ The development of ``websockets`` is shaped by four principles:
103103Documentation is a first class concern in the project. Head over to `Read the
104104Docs `_ and see for yourself.
105105
106- Professional support is available if you — or your company — are so inclined.
107- `Get in touch `_.
108-
109- (If you contribute to ``websockets `` and would like to become an official
110- support provider, let me know.)
111-
112106.. _Read the Docs : https://websockets.readthedocs.io/
113107.. _handle backpressure correctly : https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/#websocket-servers
114108.. _Autobahn Testsuite : https://github.com/aaugustin/websockets/blob/master/compliance/README.rst
115- .. _Get in touch : https://fractalideas.com/
116109
117110Why shouldn't I use ``websockets ``?
118111-----------------------------------
@@ -127,12 +120,31 @@ Why shouldn't I use ``websockets``?
127120* If you want to use Python 2: ``websockets `` builds upon ``asyncio `` which
128121 only works on Python 3. ``websockets `` requires Python ≥ 3.6.
129122
123+
124+ *Professionally supported websockets is now available *
125+ ------------------------------------------------------
126+
127+ *Tidelift gives software development teams a single source for purchasing and
128+ maintaining their software, with professional grade assurances from the
129+ experts who know it best, while seamlessly integrating with existing tools. *
130+
131+ `Get supported websockets with the Tidelift subscription
132+ <https://tidelift.com/> `_
133+
134+ (If you contribute to ``websockets `` and would like to become an official
135+ support provider, `let me know <https://fractalideas.com/ >`_.)
136+
130137What else?
131138----------
132139
133140Bug reports, patches and suggestions are welcome!
134141
135- Please open an issue _ or send a `pull request `_.
142+ To report a security vulnerability, please use the `Tidelift security
143+ contact `_. Tidelift will coordinate the fix and disclosure.
144+
145+ .. _Tidelift security contact : https://tidelift.com/security
146+
147+ For anything else, please open an issue _ or send a `pull request `_.
136148
137149.. _issue : https://github.com/aaugustin/websockets/issues/new
138150.. _pull request : https://github.com/aaugustin/websockets/compare/
0 commit comments