21 lines
1.3 KiB
Diff
21 lines
1.3 KiB
Diff
From 7541e71fe681e3df3255cda4aeb5fa3fe3be40c8 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Mat=C4=9Bj=20T=C3=BD=C4=8D?= <matyc@redhat.com>
|
|
Date: Mon, 25 May 2020 11:50:06 +0200
|
|
Subject: [PATCH] Bumped the schematron version to match the SCAP version.
|
|
|
|
---
|
|
testing_files/testing_ds.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/testing_files/testing_ds.xml b/testing_files/testing_ds.xml
|
|
index d2e5bba..d7312f0 100644
|
|
--- a/testing_files/testing_ds.xml
|
|
+++ b/testing_files/testing_ds.xml
|
|
@@ -1,5 +1,5 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
-<ds:data-stream-collection xmlns:ds="http://scap.nist.gov/schema/scap/source/1.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cat="urn:oasis:names:tc:entity:xmlns:xml:catalog" id="scap_org.open-scap_collection_from_xccdf_first-xccdf.xml" schematron-version="1.0">
|
|
+<ds:data-stream-collection xmlns:ds="http://scap.nist.gov/schema/scap/source/1.2" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:cat="urn:oasis:names:tc:entity:xmlns:xml:catalog" id="scap_org.open-scap_collection_from_xccdf_first-xccdf.xml" schematron-version="1.2">
|
|
<ds:data-stream id="scap_org.open-scap_datastream_tst" scap-version="1.2" use-case="OTHER">
|
|
<ds:checklists>
|
|
<ds:component-ref id="scap_org.open-scap_cref_first-xccdf.xml"
|