forked from motherhack3r/mitre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: mitre
Type: Package
Title: Cybersecurity MITRE Standards Data and Digraphs
Version: 0.5.0
Authors@R: person("Humbert", "Costas", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Humbert Costas <[email protected]>
Description: Extract, transform and load MITRE standards.
This package gives you an approach to cybersecurity data sets.
All data sets are build on runtime downloading raw data from MITRE public services.
MITRE <https://www.mitre.org/> is a government-funded research organization
based in Bedford and McLean. Current version includes most used standards as
data frames. It also provide a list of nodes and edges with all relationships.
License: CC0
URL: https://github.com/motherhack3r/mitre
BugReports: https://github.com/motherhack3r/mitre/issues
Encoding: UTF-8
LazyData: true
Imports:
visNetwork,
dplyr,
plyr,
tidyr,
xml2,
rvest,
jsonlite,
RJSONIO,
stringr,
httr,
yaml,
rlang
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
utils,
shiny,
curl
VignetteBuilder: knitr
Depends:
R (>= 2.10)