Codebase list ffuf / 83d4e82
New upstream snapshot. Kali Janitor 1 year, 3 months ago
5 changed file(s) with 6 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
+0
-1
.github/FUNDING.yml less more
0 github: [joohoi]
+0
-14
.github/pull_request_template.md less more
0 # Description
1
2 Please add a short description of pull request contents.
3 If this PR addresses an existing issue, please add the issue number below.
4
5 Fixes: #(issue number)
6
7 ## Additonally
8
9 - [ ] If this is the first time you are contributing to ffuf, add your name to `CONTRIBUTORS.md`.
10 The file should be alphabetically ordered.
11 - [ ] Add a short description of the fix to `CHANGELOG.md`
12
13 Thanks for contributing to ffuf :)
+0
-28
.github/workflows/golangci-lint.yml less more
0 name: golangci-lint
1 on:
2 push:
3 tags:
4 - v*
5 branches:
6 - master
7 pull_request:
8 jobs:
9 golangci:
10 name: lint
11 runs-on: ubuntu-latest
12 steps:
13 - uses: actions/checkout@v2
14 - name: golangci-lint
15 uses: golangci/golangci-lint-action@v2
16 with:
17 # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
18 version: v1.29
19
20 # Optional: working directory, useful for monorepos
21 # working-directory: somedir
22
23 # Optional: golangci-lint command line arguments.
24 # args: --issues-exit-code=0
25
26 # Optional: show only new issues if it's a pull request. The default value is `false`.
27 # only-new-issues: true
+0
-2
.gitignore less more
0 /ffuf
1 .idea
0 ffuf (1.5.0+git20221222.1.f713594-0kali1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Kali Janitor <[email protected]> Mon, 09 Jan 2023 23:50:02 -0000
5
06 ffuf (1.5.0-0kali1) kali-dev; urgency=medium
17
28 [ Ben Wilson ]