Skip to content

Commit

Permalink
Update CHANGELOG and add links to it in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy committed Jun 16, 2022
1 parent dec954f commit 1817e59
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## `1.2.0` - 2022-06-16
### Added
- A new plugin, apiresources to retrieve all information that can be leaked by
the discovery API. I had the idea after doing the last CTF challenge at
KubeCon Europe by ControlPlane, Falco was installed in the cluster and it was
useful to discover that. It could be discovered via the services plugin
because Falco exposes one, but CRDs discovery could also be used.

### Changed
- The "active" flag to "side-effects" because it was unclear for some
person at BlackHat Asia when I presented what "active" meant on the list of
plugins.
- The API used to register, I grouped all the args in a structure and used the
new "require client" field to properly load the context or not and fail
gracefully to run the rest of the plugins in case the context is unavailable.
- Fix a bug when no default namespaced was defined in a kubeconfig, now
automatically default to the namespace "default".

## `1.1.0` - 2022-04-21
### Added
- Two new plugins, cgroups, and node and checks for NoNewPrivs and Seccomp flag
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ canal](https://i.servimg.com/u/f41/11/93/81/35/digger10.jpg)
* [Via Go](#via-go)
* [Usage](#usage)
* [Details](#details)
* [Updates](#updates)
* [Usage warning](#usage-warning)
* [Results warning](#results-warning)
* [Why another tool?](#why-another-tool)
Expand Down Expand Up @@ -142,6 +143,12 @@ Global Flags:

## Details

### Updates

I updates this tool from time to time, when I have new ideas after reading a
book or doing CTF challenges, you can find information in the
[changelog](https://github.com/quarkslab/kdigger/blob/master/CHANGELOG.md).

### Usage warning

Be careful when running this tool, some checks have side effects, like scanning
Expand Down

0 comments on commit 1817e59

Please sign in to comment.