Skip to content

Commit

Permalink
Merge branch 'master' into am-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhaMoitra committed Feb 28, 2022
2 parents 1bf827b + d5b1706 commit af48694
Show file tree
Hide file tree
Showing 28 changed files with 3,307 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/download/action.yml
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Download Fuseki release
shell: bash
run: |
curl -LSfs https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-4.3.2.tar.gz -o RACK/rack-box/files/fuseki.tar.gz
curl -LSfs https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-4.4.0.tar.gz -o RACK/rack-box/files/fuseki.tar.gz
- name: Download SemTK release
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion GrammaTech-Ontology/ontology/GrammaTech.sadl
Expand Up @@ -48,4 +48,4 @@ FailureReason (note "High-level reasons for ACERT test result failure")
Timeout is a FailureReason with identifier "Timeout".
Crash is a FailureReason with identifier "Crash".
DifferentOutput is a FailureReason with identifier "DifferentOutput".
Assert is a FailureReason with identifier "Assert".
Assert is a FailureReason with identifier "Assert".
5 changes: 5 additions & 0 deletions RACK-Ontology/OwlModels/MITRE-CWE.yaml
@@ -0,0 +1,5 @@
# This file is intended to be used with the rack CLI script found in RACK/cli/
#
# Script documentation is available in RACK/cli/README.md
files:
- "MITRE-CWE.owl"
547 changes: 547 additions & 0 deletions RACK-Ontology/ontology/MITRE-CWE/CAPEC.csv

Large diffs are not rendered by default.

0 comments on commit af48694

Please sign in to comment.