Skip to content

Commit ba0f995

Browse files
committed
Merge remote-tracking branch 'origin'
2 parents b611bf1 + 5af6feb commit ba0f995

File tree

40 files changed

+349
-141
lines changed

40 files changed

+349
-141
lines changed

.github/stale.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/stale.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: 💤 Stale
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * 0' # Weekly
6+
7+
jobs:
8+
stale:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
actions: write
12+
contents: write # only for delete-branch option
13+
issues: write
14+
pull-requests: write
15+
steps:
16+
- uses: actions/stale@v9
17+
with:
18+
days-before-stale: 90
19+
days-before-close: 7
20+
stale-issue-label: "Status: Stale"
21+
stale-pr-label: "Status: Stale"
22+
stale-issue-message: >
23+
This issue has been automatically marked as stale because it has not
24+
had recent activity. It will be closed in 7 days if no further
25+
activity occurs. Thank you for your contributions!
26+
stale-pr-message: >
27+
This pull request has been automatically marked as stale due to
28+
inactivity. It will be closed in 7 days if no further activity
29+
occurs. Please update if you wish to keep it open.
30+
close-issue-message: >
31+
This issue has been automatically closed due to inactivity. If you
32+
think this is a mistake or would like to continue the discussion,
33+
please comment or feel free to reopen it.
34+
close-pr-message: >
35+
This pull request has been automatically closed due to inactivity.
36+
If you think this is a mistake or would like to continue working on
37+
it, please comment or feel free to reopen it.
38+
close-issue-label: "Status: Abandoned"
39+
close-pr-label: "Status: Abandoned"
40+
exempt-issue-labels: "Status: Abandoned"
41+
exempt-pr-labels: "Status: Abandoned"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v4
9595
- uses: projectdiscovery/actions/setup/go@v1
9696
- uses: projectdiscovery/actions/setup/python@v1
97-
- run: bash run.sh "${{ matrix.os }}"
97+
- run: bash run.sh
9898
env:
9999
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
100100
working-directory: cmd/functional-test/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">`Korean`</a> •
88
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">`Indonesia`</a> •
99
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">`Spanish`</a> •
10-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_JP.md">`日本語`</a>
10+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_JP.md">`日本語`</a>
1111
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">`Portuguese`</a>
1212

1313
</div>

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_CN.md">中文</a> •
3434
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">Korean</a> •
3535
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">Indonesia</a> •
36-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
36+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
3737
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">Portuguese</a>
3838
</p>
3939

README_ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_CN.md">中文</a> •
3232
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">Korean</a> •
3333
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">Indonesia</a> •
34-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
34+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
3535
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">Portuguese</a>
3636
</p>
3737

README_ID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_CN.md">中文</a> •
3434
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">Korean</a> •
3535
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">Indonesia</a> •
36-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
36+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
3737
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">Portuguese</a>
3838
</p>
3939

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_CN.md">中国語</a> •
3131
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">韓国語</a> •
3232
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">インドネシア語</a> •
33-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">スペイン語</a>
33+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">スペイン語</a>
3434
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">ポルトガル語</a>
3535
</p>
3636

README_KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README.md">English</a> •
3232
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_CN.md">中文</a> •
3333
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">한국어</a> •
34-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">스페인어</a>
34+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">스페인어</a>
3535
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">포르투갈어</a>
3636
</p>
3737

README_PT-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_CN.md">中文</a> •
3232
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_KR.md">Korean</a> •
3333
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ID.md">Indonesia</a> •
34-
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
34+
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_ES.md">Spanish</a>
3535
<a href="https://github.com/projectdiscovery/nuclei/blob/main/README_PT-BR.md">Portuguese</a>
3636
</p>
3737

0 commit comments

Comments
 (0)