metasploit-model 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/cortex.yaml +16 -0
- data/lib/metasploit/model/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -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: 8ce4e3a3da4e03b08991c6687800d1236b4b7f92931f277f66dee364ee3344f2
|
|
4
|
+
data.tar.gz: b90d44092cf9d3a9ca2117f8b9d6b62b0064d79c3e22a0a6308f70facf7ea04f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91e34a3d2fc310afbb5e82a60529728351f3ceaf74abd746a366310655edf65b5f7fafdd251302dfd64d5bdcf28ca2bd2bc408ae84a34b9722543e6dd7039cac
|
|
7
|
+
data.tar.gz: 19f802208347fa112522ac396118fb984c3e562c86c271c1d0491783488e98be5c464d992aeb40e677aa1f6fdca4edbef4a8e18a406df4c4503bb80af28b0a1e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/cortex.yaml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
info:
|
|
3
|
+
title: Metasploit Model
|
|
4
|
+
description: Common code, such as validators and mixins, that are shared between
|
|
5
|
+
ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models
|
|
6
|
+
x-cortex-git:
|
|
7
|
+
github:
|
|
8
|
+
alias: r7org
|
|
9
|
+
repository: rapid7/metasploit-model
|
|
10
|
+
x-cortex-tag: metasploit-model
|
|
11
|
+
x-cortex-type: service
|
|
12
|
+
x-cortex-domain-parents:
|
|
13
|
+
- tag: metasploit
|
|
14
|
+
openapi: 3.0.1
|
|
15
|
+
servers:
|
|
16
|
+
- url: "/"
|
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: 5.0.
|
|
4
|
+
version: 5.0.2
|
|
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: 2023-
|
|
96
|
+
date: 2023-10-04 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: metasploit-yard
|
|
@@ -282,6 +282,7 @@ files:
|
|
|
282
282
|
- app/validators/parameters_validator.rb
|
|
283
283
|
- app/validators/password_is_strong_validator.rb
|
|
284
284
|
- config/locales/en.yml
|
|
285
|
+
- cortex.yaml
|
|
285
286
|
- lib/metasploit/model.rb
|
|
286
287
|
- lib/metasploit/model/association.rb
|
|
287
288
|
- lib/metasploit/model/association/error.rb
|
metadata.gz.sig
CHANGED
|
Binary file
|