Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
99814aaf
Commit
99814aaf
authored
1 year ago
by
Alan Birchler De Allende
Browse files
Options
Downloads
Patches
Plain Diff
Working on testing new version of AI AT pipeline
parent
efa94d92
Branches
Branches containing commit
No related tags found
2 merge requests
!489
AI Attack Tree Generator, Version 3
,
!488
AI Pipelines and AT Drawing Functionality
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ui/window/JFrameAI.java
+5
-2
5 additions, 2 deletions
src/main/java/ui/window/JFrameAI.java
with
5 additions
and
2 deletions
src/main/java/ui/window/JFrameAI.java
+
5
−
2
View file @
99814aaf
...
@@ -96,6 +96,8 @@ public class JFrameAI extends JFrame implements ActionListener {
...
@@ -96,6 +96,8 @@ public class JFrameAI extends JFrame implements ActionListener {
"Attack Tree Generator, Pipeline 1 - Creates five Attack Tree diagrams that model five different "
+
"Attack Tree Generator, Pipeline 1 - Creates five Attack Tree diagrams that model five different "
+
"possible exploitations on a provided system specification."
,
"possible exploitations on a provided system specification."
,
"Attack Tree Generator, Pipeline 2 - Creates an Attack Tree diagram that models a possible exploitation "
+
"Attack Tree Generator, Pipeline 2 - Creates an Attack Tree diagram that models a possible exploitation "
+
"on a provided system specification using a provided attack pattern."
,
"Attack Tree Generator, Pipeline 3 - Creates an Attack Tree diagram that models a possible exploitation "
+
"on a provided system specification using a provided attack pattern."
"on a provided system specification using a provided attack pattern."
};
};
...
@@ -105,7 +107,7 @@ public class JFrameAI extends JFrame implements ActionListener {
...
@@ -105,7 +107,7 @@ public class JFrameAI extends JFrame implements ActionListener {
"AIBlockConnAttrib"
,
"AIBlockConnAttribWithSlicing"
,
"AISoftwareBlock"
,
"AIStateMachine"
,
"AIBlockConnAttrib"
,
"AIBlockConnAttribWithSlicing"
,
"AISoftwareBlock"
,
"AIStateMachine"
,
"AIStateMachinesAndAttributes"
,
"AIAmulet"
,
"AIStateMachinesAndAttributes"
,
"AIAmulet"
,
"AIDiagramCoherency"
,
"AIDiagramCoherencyWithFormalRules"
,
"AIDiagramCoherency"
,
"AIDiagramCoherencyWithFormalRules"
,
"CAPECTracer"
,
"AIAttackPatternTree1"
,
"AIAttackPatternTree2"
"CAPECTracer"
,
"AIAttackPatternTree1"
,
"AIAttackPatternTree2"
,
"AIAttackPatternTree3"
};
};
private
static
String
[]
INFOS
=
{
private
static
String
[]
INFOS
=
{
...
@@ -132,7 +134,8 @@ public class JFrameAI extends JFrame implements ActionListener {
...
@@ -132,7 +134,8 @@ public class JFrameAI extends JFrame implements ActionListener {
"would need to take to exploit five different identified root attacks on the given system specification."
,
"would need to take to exploit five different identified root attacks on the given system specification."
,
"Using a provided system specification and an attack pattern, create an Attack Tree diagram that "
+
"Using a provided system specification and an attack pattern, create an Attack Tree diagram that "
+
"models the steps that an attacker would need to take to exploit the given attack pattern "
+
"models the steps that an attacker would need to take to exploit the given attack pattern "
+
"on the given system specifications."
"on the given system specifications."
,
"Test pipeline"
};
};
protected
JComboBox
<
String
>
listOfPossibleActions
;
protected
JComboBox
<
String
>
listOfPossibleActions
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment