Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapper Creation Course #155
base: main
Are you sure you want to change the base?
Mapper Creation Course #155
Changes from 69 commits
f1eb927
4d8eb79
d4c67dd
4c055fe
cb1b7b5
073271b
557e1a4
51b7dc5
3c841c1
0a829d8
ae998b5
a2530ce
ac90ec4
0aa3889
0e40b1b
c1089f4
7f25daa
129d8da
1dd9ee0
7312d3d
24add33
c712fe5
199f5e2
dfabf77
5ea2ffe
d116569
c3730a1
c6a78d1
c67e02a
415a984
358320b
69071d6
40b6460
8267ec5
4e57b27
9afa72c
cb8010e
2020df7
567ff30
7d89612
929bd00
0df31e9
43a1656
e975cf0
0531cbd
e58fefa
5a5ce41
21da7f2
ad56537
7aa33cb
9aca003
b621f18
e721dc8
1156432
c087c9c
7164aeb
8ebbb6c
7f2f323
023991f
c9b3609
d43abe2
ea5fcb7
4442af0
4751096
23a9ccb
3359312
1a6bd61
5f21877
e812273
2744ced
fc9acaa
34a5240
e02e7cd
c915fa9
f9cf57e
694e954
e61684f
61c51c4
2e9f581
d6cd118
2f3704a
7ba2d57
6b4a6d8
0a1a97a
c2aac55
bbb6a87
5e277b3
291bb74
c0e03d4
9514da9
8945984
dd0d7eb
ebd3d1d
0f9b7d3
1882b69
dbcf0e0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have a graphic/section that mentions the exports / related formats, ex. threshold files
maybe a line about it being a data interchange format - pull the language for this stuff from the oasis charter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not just a tool suite - pulling from the old site: "The MITRE Security Automation Framework (SAF) brings together applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't that the SAF CLI description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Student interaction! Ask a question but don't provide an answer: "Where else have you seen mappers or adapters used before (even in non-data format contexts)?" An instructor could then discuss adapter cables ex. between VGA and HDMI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
show a super cutdown example here as well from an inspec run probably and explain how the minimum things show up. so like 'i ran this profile against a rhel8 container. the profile's name is "blah" so that's why it shows up there. it contains all the controls specified in the rhel8 stig, such as "sv-34123". after doing the run, it seems like we failed this control. the next section will explain all the additional information we need to understand what went wrong, where, and why, and how to remediate it, but this is the bare minimum you need to understand what's happening.'