Skip to content

Commit e3914dd

Browse files
committed
docs(wiki): Updates generated static site assets
1 parent 02b2c53 commit e3914dd

44 files changed

Lines changed: 440 additions & 75 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

website/wiki/categories/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/azure-cli/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/comfyui/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/django-unicorn/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/mesop/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/ragflow/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

website/wiki/docs/collection/showcases/taipy/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

@@ -179,11 +184,11 @@ <h2 id="detection-by-pyrl">Detection by Pyrl</h2>
179184
<p>Pyrl tracks the taint from WebSocket input:</p>
180185
<ol>
181186
<li><code>attr_str</code> and <code>value</code> parameters carry <code>T_INPUT</code></li>
182-
<li>After <code>split(&quot;.&quot;)</code>, <code>var_name_split</code> is <code>T_ENUM</code></li>
183-
<li>Loop iteration: each <code>sub_name</code> is <code>T_KEY</code></li>
184-
<li><code>getattr(obj, sub_name)</code> produces <code>T_OBJ</code> with <code>G_ATTR</code></li>
185-
<li>Since only <code>getattr</code> is used (no item access branch): <strong>Constrained-Get</strong></li>
186-
<li><code>setattr</code> sink: <strong>Attr-Set</strong></li>
187+
<li>After <code>split(&quot;.&quot;)</code> <code>var_name_split</code> is <code>T_ENUM</code></li>
188+
<li>Loop iteration each <code>sub_name</code> is <code>T_KEY</code></li>
189+
<li><code>getattr(obj, sub_name)</code> <code>T_OBJ</code> with <code>G_ATTR</code></li>
190+
<li>Since only <code>getattr</code> is used (no item access branch) <strong>Constrained-Get</strong></li>
191+
<li><code>setattr</code> sink <strong>Attr-Set</strong></li>
187192
</ol>
188193
<p>Classification: <strong>Constrained-Get × Attr-Set</strong></p>
189194
<h2 id="exploitation">Exploitation</h2>

website/wiki/docs/defense/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117

118118
</li>
119119

120+
<li>
121+
<a href="/wiki/docs/getting-started/" >Getting Started</a>
122+
123+
</li>
124+
120125

121126
</ul>
122127

0 commit comments

Comments
 (0)