Skip to content

Commit bb2eeb9

Browse files
Merge pull request #328 from casework/BugFix-CrossoverWMD-ZuluTZ
Bug fix crossover wmd zulu tz
2 parents 85c56eb + 489a01f commit bb2eeb9

7 files changed

+20
-23
lines changed

examples/crossover_wmd/crossover_wmd.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@
250250
"uco-observable:sizeInBytes": 534167,
251251
"uco-observable:observableCreatedTime": {
252252
"@type": "xsd:dateTime",
253-
"@value": "2018-11-30T09:43:24.00Z"
253+
"@value": "2018-11-30T08:43:24.00Z"
254254
},
255255
"uco-observable:modifiedTime": {
256256
"@type": "xsd:dateTime",
257-
"@value": "2018-11-30T09:43:25.00Z"
257+
"@value": "2018-11-30T08:43:25.00Z"
258258
},
259259
"uco-observable:accessedTime": {
260260
"@type": "xsd:dateTime",
261-
"@value": "2018-11-30T09:43:24.00Z"
261+
"@value": "2018-11-30T08:43:24.00Z"
262262
}
263263
},
264264
{
@@ -276,10 +276,9 @@
276276
{
277277
"@id": "kb:hash-cb86489c-4d91-5261-adcd-4cf377726d94",
278278
"@type": "uco-types:Hash",
279-
"rdfs:comment": "TODO: From the hash length, the algorithm appears to be MD5, not SHA2-256.",
280279
"uco-types:hashMethod": {
281280
"@type": "uco-vocabulary:HashNameVocab",
282-
"@value": "SHA256"
281+
"@value": "MD5"
283282
},
284283
"uco-types:hashValue": {
285284
"@type": "xsd:hexBinary",

examples/crossover_wmd/crossover_wmd_validation-develop-2.0.0.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
sh:path types:hashMethod ;
170170
sh:severity sh:Warning ;
171171
] ;
172-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
172+
sh:value "MD5"^^vocabulary:HashNameVocab ;
173173
] ,
174174
[
175175
a sh:ValidationResult ;
@@ -179,7 +179,7 @@
179179
sh:resultSeverity sh:Info ;
180180
sh:sourceConstraintComponent sh:InConstraintComponent ;
181181
sh:sourceShape types:Hash-hashMethod-in-shape ;
182-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
182+
sh:value "MD5"^^vocabulary:HashNameVocab ;
183183
]
184184
;
185185
.

examples/crossover_wmd/crossover_wmd_validation-develop.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
sh:path types:hashMethod ;
170170
sh:severity sh:Warning ;
171171
] ;
172-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
172+
sh:value "MD5"^^vocabulary:HashNameVocab ;
173173
] ,
174174
[
175175
a sh:ValidationResult ;
@@ -179,7 +179,7 @@
179179
sh:resultSeverity sh:Info ;
180180
sh:sourceConstraintComponent sh:InConstraintComponent ;
181181
sh:sourceShape types:Hash-hashMethod-in-shape ;
182-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
182+
sh:value "MD5"^^vocabulary:HashNameVocab ;
183183
]
184184
;
185185
.

examples/crossover_wmd/crossover_wmd_validation-unstable-2.0.0.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
sh:nodeKind sh:Literal ;
176176
sh:path types:hashMethod ;
177177
] ;
178-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
178+
sh:value "MD5"^^vocabulary:HashNameVocab ;
179179
] ,
180180
[
181181
a sh:ValidationResult ;
@@ -185,7 +185,7 @@
185185
sh:resultSeverity sh:Info ;
186186
sh:sourceConstraintComponent sh:InConstraintComponent ;
187187
sh:sourceShape types:Hash-hashMethod-in-shape ;
188-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
188+
sh:value "MD5"^^vocabulary:HashNameVocab ;
189189
]
190190
;
191191
.

examples/crossover_wmd/crossover_wmd_validation-unstable.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
sh:path types:hashMethod ;
170170
sh:severity sh:Warning ;
171171
] ;
172-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
172+
sh:value "MD5"^^vocabulary:HashNameVocab ;
173173
] ,
174174
[
175175
a sh:ValidationResult ;
@@ -179,7 +179,7 @@
179179
sh:resultSeverity sh:Info ;
180180
sh:sourceConstraintComponent sh:InConstraintComponent ;
181181
sh:sourceShape types:Hash-hashMethod-in-shape ;
182-
sh:value "SHA256"^^vocabulary:HashNameVocab ;
182+
sh:value "MD5"^^vocabulary:HashNameVocab ;
183183
]
184184
;
185185
.

examples/crossover_wmd/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,15 +1380,15 @@ <h4>CASE Representation</h4>
13801380
"uco-observable:sizeInBytes": 534167,
13811381
"uco-observable:observableCreatedTime": {
13821382
"@type": "xsd:dateTime",
1383-
"@value": "2018-11-30T09:43:24.00Z"
1383+
"@value": "2018-11-30T08:43:24.00Z"
13841384
},
13851385
"uco-observable:modifiedTime": {
13861386
"@type": "xsd:dateTime",
1387-
"@value": "2018-11-30T09:43:25.00Z"
1387+
"@value": "2018-11-30T08:43:25.00Z"
13881388
},
13891389
"uco-observable:accessedTime": {
13901390
"@type": "xsd:dateTime",
1391-
"@value": "2018-11-30T09:43:24.00Z"
1391+
"@value": "2018-11-30T08:43:24.00Z"
13921392
}
13931393
},
13941394
{
@@ -1406,10 +1406,9 @@ <h4>CASE Representation</h4>
14061406
{
14071407
"@id": "kb:hash-cb86489c-4d91-5261-adcd-4cf377726d94",
14081408
"@type": "uco-types:Hash",
1409-
"rdfs:comment": "TODO: From the hash length, the algorithm appears to be MD5, not SHA2-256.",
14101409
"uco-types:hashMethod": {
14111410
"@type": "uco-vocabulary:HashNameVocab",
1412-
"@value": "SHA256"
1411+
"@value": "MD5"
14131412
},
14141413
"uco-types:hashValue": {
14151414
"@type": "xsd:hexBinary",

examples/crossover_wmd/src/crossover_wmd-elder_wand_png.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"uco-observable:sizeInBytes": 534167,
2020
"uco-observable:observableCreatedTime": {
2121
"@type": "xsd:dateTime",
22-
"@value": "2018-11-30T09:43:24.00Z"
22+
"@value": "2018-11-30T08:43:24.00Z"
2323
},
2424
"uco-observable:modifiedTime": {
2525
"@type": "xsd:dateTime",
26-
"@value": "2018-11-30T09:43:25.00Z"
26+
"@value": "2018-11-30T08:43:25.00Z"
2727
},
2828
"uco-observable:accessedTime": {
2929
"@type": "xsd:dateTime",
30-
"@value": "2018-11-30T09:43:24.00Z"
30+
"@value": "2018-11-30T08:43:24.00Z"
3131
}
3232
},
3333
{
@@ -45,10 +45,9 @@
4545
{
4646
"@id": "kb:hash-cb86489c-4d91-5261-adcd-4cf377726d94",
4747
"@type": "uco-types:Hash",
48-
"rdfs:comment": "TODO: From the hash length, the algorithm appears to be MD5, not SHA2-256.",
4948
"uco-types:hashMethod": {
5049
"@type": "uco-vocabulary:HashNameVocab",
51-
"@value": "SHA256"
50+
"@value": "MD5"
5251
},
5352
"uco-types:hashValue": {
5453
"@type": "xsd:hexBinary",

0 commit comments

Comments
 (0)