Merge pull request #20637 from github/henrymercer/update-expected-output

Actions: Update `SecretExfiltration` output for typo fix
This commit is contained in:
Henry Mercer
2025-10-14 11:47:18 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@ nodes
| .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | semmle.label | github.event.pull_request.title | | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | semmle.label | github.event.pull_request.title |
subpaths subpaths
#select #select
| .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | Potential secret exfiltration in $@, which may be be leaked to an attacker-controlled resource. | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | ${{ github.event.pull_request.title }} | | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | Potential secret exfiltration in $@, which may be leaked to an attacker-controlled resource. | .github/workflows/test1.yml:15:11:16:75 | github.event.pull_request.title | ${{ github.event.pull_request.title }} |

View File

@@ -16,7 +16,7 @@ If a superclass finalizer is called multiple times, this may lead to errors such
cleaned up properly as expected. cleaned up properly as expected.
</p> </p>
<p>There are a number of ways that a <code>__del__</code> method may be be called more than once.</p> <p>There are a number of ways that a <code>__del__</code> method may be called more than once.</p>
<ul> <ul>
<li>There may be more than one explicit call to the method in the hierarchy of <code>__del__</code> methods.</li> <li>There may be more than one explicit call to the method in the hierarchy of <code>__del__</code> methods.</li>
<li>In situations involving multiple inheritance, an finalization method may call the finalizers of each of its base types, <li>In situations involving multiple inheritance, an finalization method may call the finalizers of each of its base types,

View File

@@ -16,7 +16,7 @@ that it could be called multiple times. For example, it may set attributes to a
values setting those attributes in a subclass. values setting those attributes in a subclass.
</p> </p>
<p>There are a number of ways that an <code>__init__</code> method may be be called more than once.</p> <p>There are a number of ways that an <code>__init__</code> method may be called more than once.</p>
<ul> <ul>
<li>There may be more than one explicit call to the method in the hierarchy of <code>__init__</code> methods.</li> <li>There may be more than one explicit call to the method in the hierarchy of <code>__init__</code> methods.</li>
<li>In situations involving multiple inheritance, an initialization method may call the initializers of each of its base types, <li>In situations involving multiple inheritance, an initialization method may call the initializers of each of its base types,