metasploit-model 4.0.5 → 4.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/.github/workflows/verify.yml +25 -2
- data/lib/metasploit/model/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ffa2933ff7572b427a72c46792c11534a1ee454ef3285217daae29d304b6d18b
|
4
|
+
data.tar.gz: b6ebfcf7430e8af1a0471ae58bd413bf11af2686370ac4570323f086395c2bd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b127c19fa8b011dbf6fb131dc904dfc2ed94dbe02418248fc2059e56703aca823fa7707673011124329c0f70663ce68b0dad9a501b70708f578088cf8d324e6
|
7
|
+
data.tar.gz: 9a14a9fa4df85f47e151f97bc9f80923146ae1cd8f3e8996cb8fc221b3a3cdad3020b3e2069e6138e42c3b033be4d3acd1be4a4837b843b4ee843d7f729057dc
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -1,5 +1,21 @@
|
|
1
1
|
name: Verify
|
2
2
|
|
3
|
+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
|
4
|
+
permissions:
|
5
|
+
actions: none
|
6
|
+
checks: none
|
7
|
+
contents: none
|
8
|
+
deployments: none
|
9
|
+
id-token: none
|
10
|
+
issues: none
|
11
|
+
discussions: none
|
12
|
+
packages: none
|
13
|
+
pages: none
|
14
|
+
pull-requests: none
|
15
|
+
repository-projects: none
|
16
|
+
security-events: none
|
17
|
+
statuses: none
|
18
|
+
|
3
19
|
on:
|
4
20
|
push:
|
5
21
|
branches:
|
@@ -10,7 +26,7 @@ on:
|
|
10
26
|
|
11
27
|
jobs:
|
12
28
|
test:
|
13
|
-
runs-on:
|
29
|
+
runs-on: ${{ matrix.os }}
|
14
30
|
timeout-minutes: 40
|
15
31
|
|
16
32
|
services:
|
@@ -34,11 +50,18 @@ jobs:
|
|
34
50
|
- 2.7
|
35
51
|
- 3.0
|
36
52
|
- 3.1
|
53
|
+
os:
|
54
|
+
- ubuntu-18.04
|
55
|
+
- ubuntu-22.04
|
56
|
+
exclude:
|
57
|
+
- { os: ubuntu-22.04, ruby: 2.6 }
|
58
|
+
- { os: ubuntu-22.04, ruby: 2.7 }
|
59
|
+
- { os: ubuntu-22.04, ruby: 3.0 }
|
37
60
|
|
38
61
|
env:
|
39
62
|
RAILS_ENV: test
|
40
63
|
|
41
|
-
name: Ruby ${{ matrix.ruby }}
|
64
|
+
name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }}
|
42
65
|
steps:
|
43
66
|
- name: Install system dependencies
|
44
67
|
run: sudo apt-get install graphviz
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metasploit-model
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Metasploit Hackers
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
95
95
|
-----END CERTIFICATE-----
|
96
|
-
date: 2022-
|
96
|
+
date: 2022-08-02 00:00:00.000000000 Z
|
97
97
|
dependencies:
|
98
98
|
- !ruby/object:Gem::Dependency
|
99
99
|
name: metasploit-yard
|
metadata.gz.sig
CHANGED
Binary file
|