|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 | <html lang>
|
3 | 3 | <head>
|
4 |
| -<!-- Generated by javadoc (21) on Fri Jul 04 07:12:35 UTC 2025 --> |
| 4 | +<!-- Generated by javadoc (21) on Fri Jul 04 14:27:39 UTC 2025 --> |
5 | 5 | <title>SecurityUtils (Javadoc)</title>
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
@@ -326,7 +326,7 @@ <h2>Method Summary</h2>
|
326 | 326 | <div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
|
327 | 327 | <div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isXSDSafe(java.lang.String)" class="member-name-link">isXSDSafe</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> xsdFilePath)</code></div>
|
328 | 328 | <div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
|
329 |
| -<div class="block">Ensure that an XSD file does not contain any include/import instruction (prevent exposure to SSRF).</div> |
| 329 | +<div class="block">Ensure that an XSD file does not contain any include/import/redefine instruction (prevent exposure to SSRF).</div> |
330 | 330 | </div>
|
331 | 331 | <div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
|
332 | 332 | <div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#isZIPSafe(java.lang.String,int,boolean)" class="member-name-link">isZIPSafe</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> zipFilePath,
|
@@ -1123,7 +1123,7 @@ <h3>computeUUIDv7</h3>
|
1123 | 1123 | <section class="detail" id="isXSDSafe(java.lang.String)">
|
1124 | 1124 | <h3>isXSDSafe</h3>
|
1125 | 1125 | <div class="member-signature"><span class="modifiers">public static</span> <span class="return-type">boolean</span> <span class="element-name"><a href="../../src-html/eu/righettod/SecurityUtils.html#line-1396">isXSDSafe</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> xsdFilePath)</span></div>
|
1126 |
| -<div class="block">Ensure that an XSD file does not contain any include/import instruction (prevent exposure to SSRF).</div> |
| 1126 | +<div class="block">Ensure that an XSD file does not contain any include/import/redefine instruction (prevent exposure to SSRF).</div> |
1127 | 1127 | <dl class="notes">
|
1128 | 1128 | <dt>Parameters:</dt>
|
1129 | 1129 | <dd><code>xsdFilePath</code> - Filename of the XSD file to check.</dd>
|
|
0 commit comments