|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.4-dev14-46 - Starter Guide</title> |
| 5 | + <title>HAProxy version 3.4-dev14-54 - Starter Guide</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
484 | 484 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
485 | 485 | </p> |
486 | 486 | <p class="text-right"> |
487 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/28</b></small> |
| 487 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/05/31</b></small> |
488 | 488 | </p> |
489 | 489 | </div> |
490 | 490 | <!-- /.sidebar --> |
|
495 | 495 | <div class="text-center"> |
496 | 496 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
497 | 497 | <h2>Starter Guide</h2> |
498 | | - <p><strong>version 3.4-dev14-46</strong></p> |
| 498 | + <p><strong>version 3.4-dev14-54</strong></p> |
499 | 499 | <p> |
500 | 500 | <br> |
501 | 501 |
|
@@ -978,6 +978,9 @@ <h1 id="chapter-summary" data-target="summary">Summary</h1> |
978 | 978 | protocol which is implemented by HAProxy and a number of third party |
979 | 979 | products. |
980 | 980 |
|
| 981 | + - security.txt : how to report a security issue, and what does and does not |
| 982 | + qualify as a vulnerability. |
| 983 | + |
981 | 984 | - README : how to build HAProxy from sources |
982 | 985 | </pre></div> |
983 | 986 | <a class="anchor" id="2" name="2"></a> |
@@ -2498,24 +2501,16 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.< |
2498 | 2501 | a very long thread, please avoid pasting very long dumps (a few hundreds lines |
2499 | 2502 | or more) and attach them instead. |
2500 | 2503 |
|
2501 | | -If you've found what you're absolutely certain can be considered a critical |
2502 | | -security issue that would put many users in serious trouble if discussed in a |
2503 | | -public place, then you can send it with the reproducer to security@haproxy.org. |
2504 | | -A small team of trusted developers will receive it and will be able to propose |
2505 | | -a fix. We usually don't use embargoes and once a fix is available it gets |
2506 | | -merged. In some rare circumstances it can happen that a release is coordinated |
2507 | | -with software vendors. Please note that this process usually messes up with |
2508 | | -everyone's work, and that rushed up releases can sometimes introduce new bugs, |
2509 | | -so it's best avoided unless strictly necessary; as such, there is often little |
2510 | | -consideration for reports that needlessly cause such extra burden, and the best |
2511 | | -way to see your work credited usually is to provide a working fix, which will |
2512 | | -appear in changelogs. |
| 2504 | +If you believe you may have found a security issue, please refer to the file |
| 2505 | +doc/security.txt. It explains what does and does not qualify as a vulnerability |
| 2506 | +in HAProxy, and how to report a genuine one privately. Most suspected issues |
| 2507 | +turn out to be ordinary bugs that are better reported as described above. |
2513 | 2508 | </pre></div> |
2514 | 2509 |
|
2515 | 2510 | <br> |
2516 | 2511 | <hr> |
2517 | 2512 | <div class="text-right"> |
2518 | | - HAProxy 3.4-dev14-46 – Starter Guide<br> |
| 2513 | + HAProxy 3.4-dev14-54 – Starter Guide<br> |
2519 | 2514 | <small>, </small> |
2520 | 2515 | </div> |
2521 | 2516 | </div> |
|
0 commit comments