Skip to content

Commit 8b93f1a

Browse files
authored
Merge branch 'master' into smb_change_pw
2 parents 63bf59b + b31d3e3 commit 8b93f1a

File tree

148 files changed

+20322
-1886
lines changed

Some content is hidden

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

148 files changed

+20322
-1886
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Ensures that the docs site builds successfully. Note that this workflow does not deploy the docs site.
3333
build:
3434
runs-on: ubuntu-latest
35-
timeout-minutes: 40
35+
timeout-minutes: 60
3636

3737
strategy:
3838
fail-fast: true

.github/workflows/ldap_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
jobs:
4545
ldap:
4646
runs-on: ${{ matrix.os }}
47-
timeout-minutes: 40
47+
timeout-minutes: 60
4848

4949
strategy:
5050
fail-fast: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
msftidy:
3131
runs-on: ubuntu-latest
32-
timeout-minutes: 40
32+
timeout-minutes: 60
3333

3434
env:
3535
BUNDLE_WITHOUT: "coverage development pcap"

.github/workflows/mssql_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
jobs:
4545
mssql:
4646
runs-on: ${{ matrix.os }}
47-
timeout-minutes: 40
47+
timeout-minutes: 60
4848

4949
services:
5050
mssql:

.github/workflows/mysql_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
jobs:
4545
mysql:
4646
runs-on: ${{ matrix.os }}
47-
timeout-minutes: 40
47+
timeout-minutes: 60
4848

4949
services:
5050
mysql:

.github/workflows/postgres_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
jobs:
4545
postgres:
4646
runs-on: ${{ matrix.os }}
47-
timeout-minutes: 40
47+
timeout-minutes: 60
4848

4949
services:
5050
postgres:
@@ -54,7 +54,7 @@ jobs:
5454
POSTGRES_USER: postgres
5555
POSTGRES_PASSWORD: password
5656
options: >-
57-
--health-cmd pg_isready
57+
--health-cmd "pg_isready --username postgres"
5858
--health-interval 10s
5959
--health-timeout 5s
6060
--health-retries 5

.github/workflows/shared_smb_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
smb:
1919
runs-on: ${{ matrix.os }}
20-
timeout-minutes: 40
20+
timeout-minutes: 60
2121

2222
strategy:
2323
fail-fast: true

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
jobs:
3030
build:
3131
runs-on: ubuntu-latest
32-
timeout-minutes: 40
32+
timeout-minutes: 60
3333
name: Docker Build
3434
steps:
3535
- name: Checkout code
@@ -41,7 +41,7 @@ jobs:
4141
4242
test:
4343
runs-on: ${{ matrix.os }}
44-
timeout-minutes: 40
44+
timeout-minutes: 60
4545

4646
services:
4747
postgres:
@@ -51,7 +51,7 @@ jobs:
5151
POSTGRES_USER: postgres
5252
POSTGRES_PASSWORD: postgres
5353
options: >-
54-
--health-cmd pg_isready
54+
--health-cmd "pg_isready --username postgres"
5555
--health-interval 10s
5656
--health-timeout 5s
5757
--health-retries 5

.mailmap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ todb-r7 <todb-r7@github> <[email protected]>
1717
todb-r7 <todb-r7@github> <[email protected]>
1818
todb-r7 <todb-r7@github> <[email protected]>
1919
dledda-r7 <dledda-r7@github> <[email protected]>
20+
msutovsky-r7 <msutovsky-r7@github> <[email protected]>
2021

2122
# Above this line are current Rapid7 employees. Below this paragraph are
2223
# volunteers, former employees, and potential Rapid7 employees who, at
@@ -121,6 +122,7 @@ m-1-k-3 <m-1-k-3@github> Michael Messner <[email protected]>
121122
Meatballs1 <Meatballs1@github> <[email protected]>
122123
Meatballs1 <Meatballs1@github> <[email protected]>
123124
mubix <mubix@github> Rob Fuller <[email protected]>
125+
mwalas-r7 <mwalas-r7@github> <[email protected]>
124126
net-ninja <[email protected]> Steven Seeley <[email protected]>
125127
nevdull77 <nevdull77@github> Patrik Karlsson <[email protected]>
126128
nmonkee <nmonkee@github> nmonkee <[email protected]>
@@ -185,4 +187,4 @@ Jenkins Bot <[email protected]> Jenkins <[email protected]>
185187
Tab Assassin <[email protected]> TabAssassin <[email protected]>
186188
Tab Assassin <[email protected]> Tabassassin <[email protected]>
187189
Tab Assassin <[email protected]> Tabasssassin <[email protected]>
188-
Tab Assassin <[email protected]> URI Assassin <[email protected]>
190+
Tab Assassin <[email protected]> URI Assassin <[email protected]>

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.36)
4+
metasploit-framework (6.4.40)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)
@@ -439,7 +439,7 @@ GEM
439439
rex-random_identifier
440440
rex-text
441441
ruby-rc4
442-
rex-random_identifier (0.1.12)
442+
rex-random_identifier (0.1.13)
443443
rex-text
444444
rex-registry (0.1.5)
445445
rex-rop_builder (0.1.5)

0 commit comments

Comments
 (0)