1
0

Make variable names more toml-friendly

This commit is contained in:
2019-08-19 19:03:59 +00:00
parent 857f398f6b
commit d425f455bb
2 changed files with 9 additions and 9 deletions

View File

@ -110,15 +110,15 @@ type Artifact struct {
SupportedKernels []KernelMask
Qemu struct {
CPUs int
Cpus int
Memory int
Timeout Duration
}
Mitigations struct {
DisableSMEP bool
DisableSMAP bool
DisableKASLR bool
DisableSmep bool
DisableSmap bool
DisableKaslr bool
}
}