udap_security_test_kit 0.11.1 → 0.11.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
- data/lib/udap_security_test_kit/metadata.rb +2 -2
- data/lib/udap_security_test_kit/version.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16dcc359a2f590b5427665389f1a4916be275dc2be12a388d8ed7c3a17ee5e7b
|
4
|
+
data.tar.gz: 9089b5edef3d1a80f0dbf84dc5dee626e40ff04de325170d30a8f310e4b91ab7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 201455391e33a8f2e278fa15150fd8882c8dd27562cf7425f965431ad61c8a17d5470da3ae699515b2acd1e1d5c9b736e5c51e45bfad8446a35dafdb490787ce
|
7
|
+
data.tar.gz: 1abdcaa5303cb9328ce8916aa0bedf766d5c590460246a421619931c60b1b4e9ed7a069946af7c688d3f4d79cc22590946f05bbddae4690d303c8f4b0acba606
|
@@ -3,7 +3,7 @@ require_relative 'version'
|
|
3
3
|
module UDAPSecurityTestKit
|
4
4
|
class Metadata < Inferno::TestKit
|
5
5
|
id :udap_security
|
6
|
-
title 'UDAP Security'
|
6
|
+
title 'UDAP Security Test Kit'
|
7
7
|
description <<~DESCRIPTION
|
8
8
|
This is a collection of tests to verify server conformance to the [HL7 UDAP Security
|
9
9
|
STU 1.0 IG](https://hl7.org/fhir/us/udap-security/STU1/index.html)
|
@@ -23,7 +23,7 @@ module UDAPSecurityTestKit
|
|
23
23
|
DESCRIPTION
|
24
24
|
suite_ids [:udap_security]
|
25
25
|
tags ['UDAP Security']
|
26
|
-
last_updated
|
26
|
+
last_updated LAST_UPDATED
|
27
27
|
version VERSION
|
28
28
|
maturity 'Low'
|
29
29
|
authors 'inferno@groups.mitre.org'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: udap_security_test_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen MacVicar
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-03-
|
12
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: inferno_core
|