Bibliography file updates
This commit is contained in:
parent
a6c3915ac8
commit
85aa771c9a
@ -17,7 +17,7 @@
|
|||||||
\setcounter{enumi}{0}
|
\setcounter{enumi}{0}
|
||||||
\setcounter{enumii}{0}
|
\setcounter{enumii}{0}
|
||||||
\setcounter{enumiii}{0}
|
\setcounter{enumiii}{0}
|
||||||
\setcounter{enumiv}{1}
|
\setcounter{enumiv}{3}
|
||||||
\setcounter{footnote}{1}
|
\setcounter{footnote}{1}
|
||||||
\setcounter{mpfootnote}{0}
|
\setcounter{mpfootnote}{0}
|
||||||
\setcounter{part}{0}
|
\setcounter{part}{0}
|
||||||
|
|||||||
1201
Bibliography.bib
1201
Bibliography.bib
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,14 @@
|
|||||||
\relax
|
\relax
|
||||||
\@writefile{toc}{\contentsline {chapter}{\numberline {CHAPTER 3: }{\bf \uppercase {UTILITY EXTENSIONS TO THE RAGE ATTACK GRAPH GENERATOR}}}{5}{}\protected@file@percent }
|
\@writefile{toc}{\contentsline {chapter}{\numberline {CHAPTER 3: }{\bf \uppercase {UTILITY EXTENSIONS TO THE RAGE ATTACK GRAPH GENERATOR}}}{5}{}\protected@file@percent }
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {3.1}\bf Path Walking}{5}{}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\numberline {3.1}\bf Path Walking}{5}{}\protected@file@percent }
|
||||||
\citation{cookrage2018}
|
\citation{cook_rage_2018}
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces Path Walking to State 14}}{6}{}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces Path Walking to State 14}}{6}{}\protected@file@percent }
|
||||||
\newlabel{fig:PW}{{3.1}{6}}
|
\newlabel{fig:PW}{{3.1}{6}}
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {3.2}\bf Compound Operators}{6}{}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\numberline {3.2}\bf Compound Operators}{6}{}\protected@file@percent }
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {3.3}\bf Color Coding}{7}{}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\numberline {3.3}\bf Color Coding}{7}{}\protected@file@percent }
|
||||||
|
\citation{cook_rage_2018}
|
||||||
|
\citation{li_concurrency_2019}
|
||||||
|
\citation{li_combining_2019}
|
||||||
\@writefile{lof}{\contentsline {figure}{\numberline {3.2}{\ignorespaces Color Coding a Small Network Based on Violations}}{8}{}\protected@file@percent }
|
\@writefile{lof}{\contentsline {figure}{\numberline {3.2}{\ignorespaces Color Coding a Small Network Based on Violations}}{8}{}\protected@file@percent }
|
||||||
\newlabel{fig:CC}{{3.2}{8}}
|
\newlabel{fig:CC}{{3.2}{8}}
|
||||||
\@writefile{toc}{\contentsline {section}{\numberline {3.4}\bf Intermediate Database Storage}{9}{}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\numberline {3.4}\bf Intermediate Database Storage}{9}{}\protected@file@percent }
|
||||||
|
|||||||
@ -27,7 +27,7 @@ $``root=true/false"$, or other general $``true/false"$ values or $``version=X"$
|
|||||||
generated, compound operators have been added to RAGE. When updating a state, rather than setting a quality to a specific value, the previous value can now
|
generated, compound operators have been added to RAGE. When updating a state, rather than setting a quality to a specific value, the previous value can now
|
||||||
be modified by an amount specified through standard compound operators such as $\mathrel{+}=$, $\mathrel{-}=$, $\mathrel{*}=$, or $\mathrel{/}=$.
|
be modified by an amount specified through standard compound operators such as $\mathrel{+}=$, $\mathrel{-}=$, $\mathrel{*}=$, or $\mathrel{/}=$.
|
||||||
|
|
||||||
The work conducted by the author of \cite{cookrage2018} when designing the software architecture included specifications for a quality encoding scheme. As the
|
The work conducted by the author of \cite{cook_rage_2018} when designing the software architecture included specifications for a quality encoding scheme. As the
|
||||||
author discusses, qualities have four fields, which include the asset ID, attributes, operator, and value. The operator field is 4 bits, which allows for a total
|
author discusses, qualities have four fields, which include the asset ID, attributes, operator, and value. The operator field is 4 bits, which allows for a total
|
||||||
of 16 operators. Since the only operator in use at the time was the $``\mathrel{=}"$ operator, the addition of four compound operators does not surpass the 16 operator limit,
|
of 16 operators. Since the only operator in use at the time was the $``\mathrel{=}"$ operator, the addition of four compound operators does not surpass the 16 operator limit,
|
||||||
and no encoding scheme changes were necessary. This also allows for additional compound operators to be incorporated in the future.
|
and no encoding scheme changes were necessary. This also allows for additional compound operators to be incorporated in the future.
|
||||||
@ -58,7 +58,9 @@ Figure \ref{fig:CC} displays an example graph that leverages color coding to eas
|
|||||||
\label{fig:CC}
|
\label{fig:CC}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\TUsection{Intermediate Database Storage} Fourth section of the third chapter.
|
\TUsection{Intermediate Database Storage}
|
||||||
|
Previous works with RAGE have been designed around maximizing performance to limit the longer runtimes caused by the state space explosion, such as the works seen by the authors of \cite{cook_rage_2018},
|
||||||
|
\cite{li_concurrency_2019}, and \cite{li_combining_2019}.
|
||||||
|
|
||||||
\TUsection{Relational Operators} Fifth section of the third chapter.
|
\TUsection{Relational Operators} Fifth section of the third chapter.
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,9 @@
|
|||||||
\@input{Chapter6.aux}
|
\@input{Chapter6.aux}
|
||||||
\@input{Chapter7.aux}
|
\@input{Chapter7.aux}
|
||||||
\bibdata{Bibliography}
|
\bibdata{Bibliography}
|
||||||
\bibcite{cookrage2018}{1}
|
\bibcite{cook_rage_2018}{1}
|
||||||
|
\bibcite{li_combining_2019}{2}
|
||||||
|
\bibcite{li_concurrency_2019}{3}
|
||||||
\bibstyle{plain}
|
\bibstyle{plain}
|
||||||
\@writefile{toc}{{\hfill \ }}
|
\@writefile{toc}{{\hfill \ }}
|
||||||
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }NOMENCLATURE}{18}{}\protected@file@percent }
|
\@writefile{toc}{\contentsline {section}{\hspace {-\parindent }NOMENCLATURE}{18}{}\protected@file@percent }
|
||||||
|
|||||||
@ -1,8 +1,20 @@
|
|||||||
\begin{thebibliography}{1}
|
\begin{thebibliography}{1}
|
||||||
|
|
||||||
\bibitem{cookrage2018}
|
\bibitem{cook_rage_2018}
|
||||||
Kyle Cook.
|
Kyle Cook.
|
||||||
\newblock {\em {RAGE}: {The} {Rage} {Attack} {Graph} {Engine}}.
|
\newblock {\em {RAGE}: {The} {Rage} {Attack} {Graph} {Engine}}.
|
||||||
\newblock PhD thesis, 2018.
|
\newblock PhD thesis, 2018.
|
||||||
|
|
||||||
|
\bibitem{li_combining_2019}
|
||||||
|
Ming Li, Peter Hawrylak, and John Hale.
|
||||||
|
\newblock Combining {OpenCL} and {MPI} to support heterogeneous computing on a
|
||||||
|
cluster.
|
||||||
|
\newblock {\em ACM International Conference Proceeding Series}, 2019.
|
||||||
|
|
||||||
|
\bibitem{li_concurrency_2019}
|
||||||
|
Ming Li, Peter Hawrylak, and John Hale.
|
||||||
|
\newblock Concurrency {Strategies} for {Attack} {Graph} {Generation}.
|
||||||
|
\newblock {\em Proceedings - 2019 2nd International Conference on Data
|
||||||
|
Intelligence and Security, ICDIS 2019}, pages 174--179, 2019.
|
||||||
|
|
||||||
\end{thebibliography}
|
\end{thebibliography}
|
||||||
|
|||||||
@ -11,46 +11,46 @@ A level-1 auxiliary file: Chapter7.aux
|
|||||||
The style file: plain.bst
|
The style file: plain.bst
|
||||||
A level-1 auxiliary file: Appendices.aux
|
A level-1 auxiliary file: Appendices.aux
|
||||||
Database file #1: Bibliography.bib
|
Database file #1: Bibliography.bib
|
||||||
Warning--empty school in cookrage2018
|
Warning--empty school in cook_rage_2018
|
||||||
You've used 1 entry,
|
You've used 3 entries,
|
||||||
2118 wiz_defined-function locations,
|
2118 wiz_defined-function locations,
|
||||||
509 strings with 4199 characters,
|
518 strings with 4565 characters,
|
||||||
and the built_in function-call counts, 218 in all, are:
|
and the built_in function-call counts, 944 in all, are:
|
||||||
= -- 20
|
= -- 94
|
||||||
> -- 7
|
> -- 43
|
||||||
< -- 0
|
< -- 1
|
||||||
+ -- 3
|
+ -- 17
|
||||||
- -- 2
|
- -- 14
|
||||||
* -- 13
|
* -- 58
|
||||||
:= -- 48
|
:= -- 166
|
||||||
add.period$ -- 3
|
add.period$ -- 9
|
||||||
call.type$ -- 1
|
call.type$ -- 3
|
||||||
change.case$ -- 3
|
change.case$ -- 15
|
||||||
chr.to.int$ -- 0
|
chr.to.int$ -- 0
|
||||||
cite$ -- 2
|
cite$ -- 4
|
||||||
duplicate$ -- 9
|
duplicate$ -- 39
|
||||||
empty$ -- 15
|
empty$ -- 64
|
||||||
format.name$ -- 2
|
format.name$ -- 14
|
||||||
if$ -- 38
|
if$ -- 193
|
||||||
int.to.chr$ -- 0
|
int.to.chr$ -- 0
|
||||||
int.to.str$ -- 1
|
int.to.str$ -- 3
|
||||||
missing$ -- 0
|
missing$ -- 2
|
||||||
newline$ -- 8
|
newline$ -- 18
|
||||||
num.names$ -- 2
|
num.names$ -- 6
|
||||||
pop$ -- 4
|
pop$ -- 16
|
||||||
preamble$ -- 1
|
preamble$ -- 1
|
||||||
purify$ -- 3
|
purify$ -- 13
|
||||||
quote$ -- 0
|
quote$ -- 0
|
||||||
skip$ -- 6
|
skip$ -- 32
|
||||||
stack$ -- 0
|
stack$ -- 0
|
||||||
substring$ -- 5
|
substring$ -- 47
|
||||||
swap$ -- 1
|
swap$ -- 12
|
||||||
text.length$ -- 0
|
text.length$ -- 1
|
||||||
text.prefix$ -- 0
|
text.prefix$ -- 0
|
||||||
top$ -- 0
|
top$ -- 0
|
||||||
type$ -- 4
|
type$ -- 12
|
||||||
warning$ -- 1
|
warning$ -- 1
|
||||||
while$ -- 2
|
while$ -- 9
|
||||||
width$ -- 2
|
width$ -- 4
|
||||||
write$ -- 12
|
write$ -- 33
|
||||||
(There was 1 warning)
|
(There was 1 warning)
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.2.14) 25 FEB 2022 11:09
|
This is pdfTeX, Version 3.141592653-2.6-1.40.23 (TeX Live 2021/Arch Linux) (preloaded format=pdflatex 2022.2.14) 25 FEB 2022 11:28
|
||||||
entering extended mode
|
entering extended mode
|
||||||
restricted \write18 enabled.
|
restricted \write18 enabled.
|
||||||
%&-line parsing enabled.
|
%&-line parsing enabled.
|
||||||
@ -358,10 +358,10 @@ Underfull \hbox (badness 10000) in paragraph at lines 10--210
|
|||||||
### semi simple group (level 1) entered at line 52 (\begingroup)
|
### semi simple group (level 1) entered at line 52 (\begingroup)
|
||||||
### bottom level
|
### bottom level
|
||||||
Here is how much of TeX's memory you used:
|
Here is how much of TeX's memory you used:
|
||||||
2120 strings out of 478353
|
2122 strings out of 478353
|
||||||
37140 string characters out of 5854635
|
37182 string characters out of 5854635
|
||||||
339850 words of memory out of 5000000
|
339856 words of memory out of 5000000
|
||||||
20192 multiletter control sequences out of 15000+600000
|
20194 multiletter control sequences out of 15000+600000
|
||||||
407503 words of font info for 40 fonts, out of 8000000 for 9000
|
407503 words of font info for 40 fonts, out of 8000000 for 9000
|
||||||
1141 hyphenation exceptions out of 8191
|
1141 hyphenation exceptions out of 8191
|
||||||
55i,8n,62p,960b,1269s stack positions out of 5000i,500n,10000p,200000b,80000s
|
55i,8n,62p,960b,1269s stack positions out of 5000i,500n,10000p,200000b,80000s
|
||||||
@ -375,7 +375,7 @@ re/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-dist/
|
|||||||
fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texmf-dist/fonts/type1/pu
|
fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texmf-dist/fonts/type1/pu
|
||||||
blic/amsfonts/cm/cmti12.pfb></usr/share/texmf-dist/fonts/type1/public/cm-super/
|
blic/amsfonts/cm/cmti12.pfb></usr/share/texmf-dist/fonts/type1/public/cm-super/
|
||||||
sfrm1200.pfb>
|
sfrm1200.pfb>
|
||||||
Output written on Schrick-Noah_MS-Thesis.pdf (30 pages, 238422 bytes).
|
Output written on Schrick-Noah_MS-Thesis.pdf (30 pages, 241252 bytes).
|
||||||
PDF statistics:
|
PDF statistics:
|
||||||
153 PDF objects out of 1000 (max. 8388607)
|
153 PDF objects out of 1000 (max. 8388607)
|
||||||
98 compressed objects within 1 object stream
|
98 compressed objects within 1 object stream
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user