Skip to content

Commit 538d129

Browse files
committed
Add a reference to safe deserlialization
1 parent 40d4f01 commit 538d129

File tree

1 file changed

+42
-38
lines changed

1 file changed

+42
-38
lines changed

src/site/xdoc/security.xml

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,49 @@
11
<?xml version="1.0"?>
2-
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
3-
distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under
4-
the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may
5-
obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to
6-
in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
7-
ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under
8-
the License. -->
2+
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional
3+
information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except
4+
in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to
5+
in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See
6+
the License for the specific language governing permissions and limitations under the License. -->
97
<document>
10-
<properties>
11-
<title>Apache Commons Crypto Security Reports</title>
12-
<author email="dev@commons.apache.org">Commons Team</author>
13-
</properties>
14-
<body>
15-
<section name="Security Vulnerabilities">
16-
<p>
17-
For information about reporting or asking questions about
18-
security, please see the
19-
<a href="https://commons.apache.org/security.html">security page</a>
20-
of the Apache Commons project.
21-
</p>
22-
<p>
23-
This page lists all security vulnerabilities fixed in released versions of this component.
24-
</p>
8+
<properties>
9+
<title>Apache Commons Crypto Security Reports</title>
10+
<author email="dev@commons.apache.org">Commons Team</author>
11+
</properties>
12+
<body>
13+
<section name="Security Vulnerabilities">
14+
<p>
15+
For information about reporting or asking questions about
16+
security, please see the
17+
<a href="https://commons.apache.org/security.html">security page</a>
18+
of the Apache Commons project.
19+
</p>
20+
<p>
21+
This page lists all security vulnerabilities fixed in released versions of this component.
22+
</p>
2523

26-
<p>
27-
Please note that binary patches are never provided. If you need to apply a source code patch, use the
28-
building instructions for the component version that you are using.
29-
</p>
24+
<p>
25+
Please note that binary patches are never provided. If you need to apply a source code patch, use the
26+
building instructions for the component version that you are using.
27+
</p>
3028

31-
<p>
32-
If you need help on building this component or other help on following the instructions to
33-
mitigate the known vulnerabilities listed here, please send your questions to the public
34-
<a href="mail-lists.html">user mailing list</a>.
35-
</p>
29+
<p>
30+
If you need help on building this component or other help on following the instructions to
31+
mitigate the known vulnerabilities listed here, please send your questions to the public
32+
<a href="mail-lists.html">user mailing list</a>
33+
.
34+
</p>
3635

37-
<p>
38-
If you have encountered an unlisted security vulnerability or other unexpected behavior that has security
39-
impact, or if the descriptions here are incomplete, please report them privately to the Apache Security
40-
Team. Thank you.
41-
</p>
36+
<p>
37+
If you have encountered an unlisted security vulnerability or other unexpected behavior that has security
38+
impact, or if the descriptions here are incomplete, please report them privately to the Apache Security
39+
Team. Thank you.
40+
</p>
4241

43-
</section>
44-
</body>
42+
</section>
43+
<section name="Safe Deserialization">
44+
<p>
45+
For information about safe deserialization, please see <a href="https://commons.apache.org/io/description.html#Safe_Deserialization">Safe Deserialization</a>.
46+
</p>
47+
</section>
48+
</body>
4549
</document>

0 commit comments

Comments
 (0)