Skip to content

Commit e21b449

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent 5a921fa commit e21b449

3 files changed

Lines changed: 19 additions & 24 deletions

File tree

docs/dev/configuration.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.4-dev14-46 - Configuration Manual</title>
5+
<title>HAProxy version 3.4-dev14-54 - Configuration Manual</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4926,7 +4926,7 @@
49264926
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
49274927
</p>
49284928
<p class="text-right">
4929-
<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>
4929+
<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>
49304930
</p>
49314931
</div>
49324932
<!-- /.sidebar -->
@@ -4937,7 +4937,7 @@
49374937
<div class="text-center">
49384938
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
49394939
<h2>Configuration Manual</h2>
4940-
<p><strong>version 3.4-dev14-46</strong></p>
4940+
<p><strong>version 3.4-dev14-54</strong></p>
49414941
<p>
49424942
2026/05/26<br>
49434943

@@ -35679,7 +35679,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3567935679
<br>
3568035680
<hr>
3568135681
<div class="text-right">
35682-
HAProxy 3.4-dev14-46 &ndash; Configuration Manual<br>
35682+
HAProxy 3.4-dev14-54 &ndash; Configuration Manual<br>
3568335683
<small>, 2026/05/26</small>
3568435684
</div>
3568535685
</div>

docs/dev/intro.html

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.4-dev14-46</strong></p>
498+
<p><strong>version 3.4-dev14-54</strong></p>
499499
<p>
500500
<br>
501501

@@ -978,6 +978,9 @@ <h1 id="chapter-summary" data-target="summary">Summary</h1>
978978
protocol which is implemented by HAProxy and a number of third party
979979
products.
980980

981+
- security.txt : how to report a security issue, and what does and does not
982+
qualify as a vulnerability.
983+
981984
- README : how to build HAProxy from sources
982985
</pre></div>
983986
<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.<
24982501
a very long thread, please avoid pasting very long dumps (a few hundreds lines
24992502
or more) and attach them instead.
25002503

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.
25132508
</pre></div>
25142509

25152510
<br>
25162511
<hr>
25172512
<div class="text-right">
2518-
HAProxy 3.4-dev14-46 &ndash; Starter Guide<br>
2513+
HAProxy 3.4-dev14-54 &ndash; Starter Guide<br>
25192514
<small>, </small>
25202515
</div>
25212516
</div>

docs/dev/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.4-dev14-46 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev14-54 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -696,7 +696,7 @@
696696
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
697697
</p>
698698
<p class="text-right">
699-
<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>
699+
<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>
700700
</p>
701701
</div>
702702
<!-- /.sidebar -->
@@ -707,7 +707,7 @@
707707
<div class="text-center">
708708
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
709709
<h2>Management Guide</h2>
710-
<p><strong>version 3.4-dev14-46</strong></p>
710+
<p><strong>version 3.4-dev14-54</strong></p>
711711
<p>
712712
<br>
713713

@@ -5856,7 +5856,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
58565856
<br>
58575857
<hr>
58585858
<div class="text-right">
5859-
HAProxy 3.4-dev14-46 &ndash; Management Guide<br>
5859+
HAProxy 3.4-dev14-54 &ndash; Management Guide<br>
58605860
<small>, </small>
58615861
</div>
58625862
</div>

0 commit comments

Comments
 (0)