aquasecurity / kube-hunter

Hunt for security weaknesses in Kubernetes clusters
Apache License 2.0
4.66k stars 579 forks source link

deps: Update github pages dependencies #431

Closed simar7 closed 3 years ago

simar7 commented 3 years ago

Description

Updated kramdown to patch for CVE-2020-14001. Updated nokogiri to patch for GHSA-vr8q-g5c7-m54m.

It also updates github-pages dependency as it was needed to update the above dependencies. Also here's the new list of recommended dependency version for github-pages: https://pages.github.com/versions/

Contribution checklist

On a side note, should we still maintain the docs here as we've moved AVD now and https://aquasecurity.github.io/kube-hunter/ is a 404. Maybe this PR isn't needed after all.

Just to be clear: AVD still uses the markdowns generated in https://github.com/aquasecurity/kube-hunter/tree/main/docs/_kb to build the content pages for itself.

Thoughts?

Signed-off-by: Simarpreet Singh simar@linux.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #431 (05bc6ea) into main (cdbc3dc) will increase coverage by 0.26%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #431      +/-   ##
==========================================
+ Coverage   63.41%   63.67%   +0.26%     
==========================================
  Files          42       42              
  Lines        2296     2296              
==========================================
+ Hits         1456     1462       +6     
+ Misses        840      834       -6     
Impacted Files Coverage Δ
kube_hunter/modules/hunting/apiserver.py 72.34% <0.00%> (+1.92%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cdbc3dc...05bc6ea. Read the comment docs.