mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() This creates a role for RFC3549 Netlink monitoring. If the OS supports it (currently, linux) then each pt creates a wsi with the netlink role and dumps the current routing table at pt init. It then maintains a cache of the routing table in each pt. Upon routing table changes an SMD message is issued as an event, and Captive Portal Detection is triggered. All of the pt's current connections are reassessed for routability under the changed routing table, those that no longer have a valid route or gateway are closed. |
||
---|---|---|
.. | ||
mainpage.md | ||
README.async-dns.md | ||
README.build-android.md | ||
README.build-windows.md | ||
README.build.md | ||
README.captive-portal-detection.md | ||
README.ci.md | ||
README.cmake.md | ||
README.coding.md | ||
README.content-security-policy.md | ||
README.contributing.md | ||
README.crypto-apis.md | ||
README.ctest.md | ||
README.debugging.md | ||
README.detailed-latency.md | ||
README.esp32.md | ||
README.event-libs.md | ||
README.h2-long-poll.md | ||
README.http-fallback.md | ||
README.jwt.md | ||
README.lifecycle.md | ||
README.lws_dll.md | ||
README.lws_plugins.md | ||
README.lws_retry.md | ||
README.lws_sequencer.md | ||
README.lws_struct.md | ||
README.lws_sul.md | ||
README.lws_system.md | ||
README.lwsws.md | ||
README.plugin-acme.md | ||
README.plugin-sshd-base.md | ||
README.porting.md | ||
README.problems.md | ||
README.release-policy.md | ||
README.routing.md | ||
README.test-apps.md | ||
README.udp.md | ||
README.unix-domain-reverse-proxy.md | ||
README.vulnerability-reporting.md | ||
release-checklist |
Vulnerability Reporting
If you become aware of an issue with lws that has a security
dimension for users, please contact andy@warmcat.com
by
direct email.
Procedure for announcing vulnerability fixes
The problem and fixed versions will be announced on the
libwebsockets mailing list and a note added to the main
README.md.