Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Seydoux
edr
Commits
79aadc03
Commit
79aadc03
authored
Jul 02, 2018
by
Nicolas Seydoux
Browse files
Fixed rule reconstruction query
Reconstruction had issues for cip strategy
parent
6b5485a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
node/queries/rules/reconstruct_rule_originator.sparql
View file @
79aadc03
...
...
@@ -88,7 +88,7 @@ CONSTRUCT {
edr:ruleOriginatedFrom <{{ originator }}> ;
edr:originatingEndpoint ?endoint ;
sh:construct ?deductionConstruct.
<{{ ruleURI }}> edr:transferredFrom
?host
.
<{{ ruleURI }}> edr:transferredFrom
<{{ originator }}>
.
?symptomType rdfs:subClassOf <http://purl.oclc.org/NET/ssnx/ssn#Property>.
} WHERE {
?metaRule
...
...
@@ -165,7 +165,7 @@ CONSTRUCT {
sh:condition ?activeConditionShape ;
sh:construct ?deductionConstruct.
OPTIONAL {
<{{ ruleURI }}> edr:transferredFrom
?host
.
<{{ ruleURI }}> edr:transferredFrom
<{{ originator }}>
.
}
FILTER (
?originatorClass = lmu:Application || ?originatorClass = lmu:Node
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment