1
0
Commit Graph

8 Commits

Author SHA1 Message Date
6385ce92e3
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
2023-05-18 18:13:09 +00:00
bcf8de336f
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched

from

  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...

to

  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ...
2023-05-18 16:07:24 +00:00
ea5f06334c
Fix regexp 2019-08-17 15:30:42 +00:00
e5856c1931
Implements non-regex way to set kernel version 2019-08-17 15:12:48 +00:00
8eff63f2b9 Basic kernel autogeneration (based on current config) implementation 2018-11-28 22:41:17 +00:00
b571ffe3ae Add kernels for supported list 2018-10-07 22:02:38 +00:00
0556088392 Change example to CVE-2017-16995 2018-10-07 21:15:56 +00:00
6991877493 Add example kernel exploit skeleton 2018-10-07 12:08:31 +00:00