Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: secureCodeBox/secureCodeBox

v5.0.0

13 Aug 09:27
Compare
Choose a tag to compare

What's Changed

This release brings some long awaited improvements and optimizations.
Some of this required breaking changes, these are listed below.

πŸ’£ Breaking

Removed / Replaced ScanTypes

  • zap-baseline-scan and zap-advanced in favor of the zap-automation-framework. The zap-automation-framework ScanTpye includes all functionalities of the removed ScanTypes and can be customized easily. The default ScanType for the AutoDiscovery has been changed to the zap-automation-framework as well. For migrating to the zap-automation-framework please refer to migration to zap-automation framework guide.
  • amass has been replaced with subfinder. Amass is still an amzing tool, but with its focus on becoming more of a standalone platform / database for attack surfaces keeping it integrated and updated in the secureCodeBox was getting harder and harder. subfinder is a very good replacement for subdomain discovery, thats also generally quicker and produces a similar result.
  • kubeaudit was removed as the scanner itself isn't maintaned anymore. As a replacement you can use the trivy with it's k8s scanning mode, see trivy ScanType k8s example.
  • typo3scan was removed as the scanner itself isn't maintaned anymore. Most security aspects of typo3 are now hard to verify from the outside as it requires authentication (which is really good). Some typo3 security aspects (e.g. a incomplete installation) can be verified by nuclei.
  • doggo was removed. Doggo was added primarily as an experimentation to be used to deduplicate duplicate scan target from cascading rules based on DNS entries. That approach hasn't worked out unfortunately. The doggo integration has been non-functional for a while (see: #2853). As an alternative, nuclei already includes some DNS record based checks, if checks for specific records are required custom nuclei rules could be used to fulfil those requirements.
  • cmseek was removed. cmseek has seen little updates in the last years. Our secureCodeBox integration with cmseek was always pretty basic, only supporting joomla (a specfifc CMS) results, which hasn't been a big focus for us. As a replacement we recommend using nuclei which has joomla rules which will likely receive more updates in the future.

➑️ Reference: #2670

Renamed ClusterRole and ClusterRoleBinding

To avoid naming collisions with other cluster‑scoped resources, the operator's ClusterRole formerly called manager-role has been renamed to securecodebox‑manager-role, and the corresponding ClusterRoleBinding manager-rolebinding is now securecodebox‑manager-rolebinding. The official Helm chart will automatically create and reference these new names when you update the operator.

If you maintain a custom deployment that directly references manager-role or manager-rolebinding, be sure to update those references to securecodebox‑manager-role and securecodebox‑manager-rolebinding respectively.

➑️ Reference: #3002

Changes to trivy k8s scope (namespace / cluster)

The kubeauditScope on the trivy ScanType chart was renamed to k8sScanScope Scope. The previous name was used for consistency with the kubeaudit ScanType, but it never really made sense and was confusing.
The default k8sScanScope scope was also changed from cluster to namespace, The cluster mode needs cluster wide permissions, which makes the trivy chart hard to install in properly locked down RBAC setups.

➑️ Reference: #3025

Removed Integrated Elasticsearch and Kibana Helm Charts

The integrated Elasticsearch and Kibana Helm charts have been dropped from the Persistence ElasticSearch Hook. These charts were intended as a quick-start option, but since Elastic no longer provides their own Helm charts, they have been removed. The documentation has been updated with guidance on setting up an Elasticsearch cluster using the ECK operator.

➑️ Reference: #2892

Changed Default Elasticsearch Index

The default Elasticsearch index has been updated from scbv2 to scb. The inclusion of v2 was a confusing oversight that has been outdated since the release of secureCodeBox v3.
If you had previously ingested finding using the scbv2 index prefix you can keep using it by setting the indexPrefix helm value back to scbv2 or by migrating your existing indexes to match the new naming scheme.

➑️ Reference: #2892

Replaced Bitnami MinIO Subchart with Direct MinIO Deployment

Due to upcoming deprecations in Bitnami Helm charts, the operator's MinIO integration has been changed from using the Bitnami MinIO subchart to a direct MinIO deployment using the official docker.io/minio/minio image.

⚠️ Important Migration Notes:

  • Data will NOT be migrated automatically from the old Bitnami MinIO deployment to the new direct MinIO deployment
  • If you have important scan data stored in the old MinIO instance, you must manually backup and restore it before upgrading
  • The new MinIO deployment uses different naming conventions and storage configurations

For Production Environments:
The included MinIO deployment is intended only for quickstart and development setups. For production environments, you should:

  • Use an external S3-compatible storage service (AWS S3, Google Cloud Storage, etc.)
  • Set minio.enabled=false and configure the s3 section in your values
  • Refer to the installation documentation for external storage configuration

If you need to continue using the embedded MinIO for development, the new deployment will create a fresh MinIO instance with the same default bucket configuration.

πŸš€ Features

  • Add subfinder scanner by @joel-sass in #3122
  • Speed up parser & hook execution time by up to 2x & reduce cpu load by up to 5x by bundling parser & hook sdk by @J12934 in #3137 & #3141
  • Add resource & security context config options for trivy db cache by @J12934 in #3037
  • Add default RuntimeDefault SecComp Profile to Luker and change Capability to Uppercase to better match Security Policies by @Reet00 in #3116
  • Migrate Kubernetes Service AutoDiscovery to use Zap Automation Framework by default by @Reet00 in #3049
  • Improve container security by ensuring that the executed code can't be modified by the container user by @J12934 in #3035

πŸš“ Security Scanner

Read more

v5.0.0-rc.3

13 Aug 06:50
Compare
Choose a tag to compare
v5.0.0-rc.3 Pre-release
Pre-release

Third Release Candidate of the secureCodeBox v5 release. ☺️
This now also includes an alternative minio stack to prepare for the upcoming bitnami depracations.

For a preview of the upcoming changes, see the upgrading notes and/or the v5 milestone

v5.0.0-rc.2

22 Jul 08:29
Compare
Choose a tag to compare
v5.0.0-rc.2 Pre-release
Pre-release

Second Release Candidate of the secureCodeBox v5 release. ☺️
Release builds for the rc.1 didn't trigger correctly, so here we go again 🀞

Full release notes will be coming with the proper v5 release.
For a preview of the upcoming changes, see the upgrading notes and/or the v5 milestone

v5.0.0-rc.1

21 Jul 18:07
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

Initial Release Candidate of the secureCodeBox v5 release. ☺️
Depending on how this goes there might be more coming before the actual v5.0.0 release. 🀞

Full release notes will be coming with the proper v5 release.
For a preview of the upcoming changes, see the upgrading notes and/or the v5 milestone

v4.16.0

29 Apr 12:47
Compare
Choose a tag to compare

What's Changed

Note: This is planned to be the last planned feature release before secureCodeBox v5.0.0.
In case of important bugs, we will still publish bug fix releases under 4.16.x :)

πŸš“ Security Scanner

⛩️ DefectDojo

  • Use native DefectDojo Importer for SSH Audit results by @J12934 in #3004

πŸ› Bug Fixes

  • Fix Issue with nested Kubernetes Native Objects not being properly configurable in the Kubernetes AutoDiscovery Config by @BorisShek in #2982
  • Fix Invalid ARM Image for DefectDojo hook by @J12934 in #2993

πŸ“š Documentation

  • Reorder sections in upgrading.md to list the newest first by @BorisShek in #3000
  • Update supported Kubernetes versions by @J12934 in #3003
  • Add Link to OWASP Stammtisch Hamburg Talk by @J12934 in #3005
  • Fix ncrack config in network scanning how-to by @J12934 in #2995

πŸ”§ Maintenance

πŸ“Œ Dependencies

  • Update to Go to 1.24 & Update Go Libraries by @Weltraumschaf in #2978
  • Bump golang.org/x/net from 0.37.0 to 0.38.0 in /auto-discovery/cloud-aws by @dependabot in #2986
  • Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /documentation in the npm-security-updates group by @dependabot in #2992

Full Changelog: v4.15.0...v4.16.0

v4.15.0

08 Apr 11:53
Compare
Choose a tag to compare

What's Changed

πŸš“ Security Scanner

πŸ“Œ Dependencies

  • Bump @types/node from 22.13.8 to 22.13.10 in /documentation in the npm-version-updates group by @dependabot in #2934
  • Bump the npm-version-updates group in /documentation with 3 updates by @dependabot in #2952
  • Bump the npm-version-updates group in /documentation with 3 updates by @dependabot in #2962
  • Bump image-size from 1.2.0 to 1.2.1 in /documentation in the npm-security-updates group by @dependabot in #2966
  • Bump the npm-version-updates group in /documentation with 4 updates by @dependabot in #2969
  • Bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /documentation in the npm-security-updates group by @dependabot in #2971

πŸ“š Documentation

Full Changelog: v4.14.0...v4.15.0

v4.14.0

18 Mar 12:24
Compare
Choose a tag to compare

What's Changed

πŸš€ Features

πŸš“ Security Scanner

βš“οΈ Hooks

πŸ› Bug Fixes

πŸ“š Documentation

  • Clarify Container AutoDiscovery being disable by default @BorisShek in #2924

πŸ”§ Maintenance

πŸ“Œ Dependencies

  • Update version of minio chart used by default operator install by @J12934 in #2891
  • Bump the gradle-version-updates group across 1 directory with 3 updates by @dependabot in #2868
  • Update operators to latest kubebuilder versions by @J12934 in #2890
  • Bump the npm-version-updates group in /documentation with 2 updates by @dependabot in #2899
  • Bump io.freefair.lombok from 8.12 to 8.12.1 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group by @dependabot in #2898
  • Bump the npm-version-updates group in /documentation with 4 updates by @dependabot in #2907
  • Bump org.springframework:spring-web from 6.2.2 to 6.2.3 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group by @dependabot in #2906
  • Bump serialize-javascript from 6.0.1 to 6.0.2 in /documentation in the npm-security-updates group by @dependabot in #2908
  • Bump jsonpath-plus from 10.2.0 to 10.3.0 in /hooks by @dependabot in #2912
  • Bump @types/node from 22.13.4 to 22.13.5 in /documentation in the npm-version-updates group by @dependabot in #2917
  • Bump the npm-version-updates group in /documentation with 3 updates by @dependabot in #2925
  • Bump prismjs from 1.29.0 to 1.30.0 in /documentation in the npm-security-updates group by @dependabot in #2937
  • Bump golang.org/x/net from 0.30.0 to 0.36.0 in /lurker by @dependabot in #2941
  • Bump @babel/helpers from 7.26.0 to 7.26.10 in /hooks by @dependabot in #2943
  • Bump the npm-security-updates group in /documentation with 2 updates by @dependabot in #2944

New Contributors

Full Changelog: v4.13.0...v4.14.0

v4.13.0

04 Feb 13:23
Compare
Choose a tag to compare

πŸš€ Features

  • Add ARM support for SSH-Audit and SSLyze by @J12934 in #2884

πŸ› Bug Fixes

  • Grant delete permissions for ScheduledScans in AutoDiscovery by @BorisShek in #2871

πŸš“ Security Scanner

πŸ“š Documentation

πŸ“Œ Dependencies

  • Bump mikefarah/yq from 4.44.6 to 4.45.1 in /.github/workflows in the github-actions-version-updates group across 1 directory by @dependabot in #2841
  • Bump the npm-version-updates group across 1 directory with 12 updates by @dependabot in #2842
  • Bump the npm-version-updates group across 1 directory with 3 updates by @dependabot in #2880
  • Bump golang.org/x/net from 0.25.0 to 0.33.0 in /auto-discovery/cloud-aws by @dependabot in #2879
  • Bump @types/node from 22.12.0 to 22.13.0 in /documentation in the npm-version-updates group by @dependabot in #2881
  • Bump golang.org/x/net from 0.23.0 to 0.33.0 in /auto-discovery/kubernetes by @dependabot in #2883

πŸ”§ Maintanance

  • Revert "Replace SCB-token with github token" by @Reet00 in #2856

Full Changelog: v4.12.0...v4.13.0

v4.12.0

09 Jan 10:38
Compare
Choose a tag to compare

πŸš“ Security Scanner

πŸ“š Documentation

  • Add Talk From Bulat Gafurov from Ufadevconf #2810
  • Add Sergios talk at Ekoparty 2024 #2818
  • Add Blog Post announcing OWASP secureCodeBox and Friends Assembly at 38C3 by @Weltraumschaf in #2820
  • Restructure and Cleanup DefectDojo Hook Docs by @J12934 in #2822
  • Fix Markdown Causing a Broken Link On The Nmap Docs Page by @Weltraumschaf in #2821

πŸ”§ Maintenance

  • Adjust release note grouper for release notes generated by the native github feature by @J12934 in #2795
  • Fix Docker Build Warnings by @J12934 in #2824
  • Remove Comment to Prevent REUSE Check Failing to interpret License Tags by @Weltraumschaf in #2812
  • Bugfix Corrected branches keyword trigger workflow correctly by @Reet00 in #2794
  • Avoid run fail for dependabot PRs by @Reet00 in #2827

πŸ“Œ Dependencies

  • Bump the npm-security-updates group in /documentation with 2 updates by @dependabot in #2796
  • Bump the npm-version-updates group in /documentation with 5 updates by @dependabot in #2807
  • Bump the npm-version-updates group across 5 directories with 3 updates by @dependabot in #2806
  • Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /auto-discovery/cloud-aws by @dependabot in #2808
  • Bump nanoid from 3.3.7 to 3.3.8 in /documentation in the npm-security-updates group by @dependabot in #2803
  • Bump org.springframework:spring-web from 6.2.0 to 6.2.1 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group by @dependabot in #2805
  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 in /hooks/persistence-defectdojo/hook in the gradle-version-updates group by @dependabot in #2814
  • Bump the github-actions-version-updates group across 1 directory with 2 updates by @dependabot in #2800
  • Use Latest Temurin 17.0.13 in SDKMAN Config by @Weltraumschaf in #2823
  • Bump the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 2 updates by @dependabot in #2832

Full Changelog: v4.11.0...v4.12.0

v4.11.0

04 Dec 15:06
Compare
Choose a tag to compare

What's Changed

πŸš“ Security Scanner

πŸ› Bug Fixes

  • Handle 'Packages' attribute in Trivy parser by @BorisShek in #2727
  • Fix Duplicate Env Vars Added To Hook Kubernetes Job by @J12934 in #2779

πŸ“š Documentation

πŸ”§ Maintenance

  • Replace release drafter config with build in github config by @J12934 in #2792
  • Added workflow that adds bot PRs directly into To Review column by @Reet00 in #2758

πŸ“Œ Dependencies

Minor dependency updates (16 pull requests). Click to expand.
  • Bump cross-spawn from 7.0.3 to 7.0.6 in /auto-discovery/kubernetes/pull-secret-extractor/integration-test by @dependabot in #2763
  • Bump jsonpath-plus from 10.0.1 to 10.2.0 in the npm-security-updates group across 1 directory by @dependabot in #2762
  • Temporary Ignore Broken Defect Dojo Client Lib by @Weltraumschaf in #2746
  • Bump jsonpath-plus from 10.0.6 to 10.2.0 in /auto-discovery/kubernetes/pull-secret-extractor/integration-test by @dependabot in #2767
  • Bump @types/node from 22.8.7 to 22.9.0 in the npm-version-updates group by @dependabot in #2751
  • Bump the npm-version-updates group in /documentation with 18 updates by @dependabot in #2771
  • Bump the npm-version-updates group across 7 directories with 12 updates by @dependabot in #2772
  • Bump cross-spawn from 7.0.3 to 7.0.6 in the npm-security-updates group by @dependabot in #2768
  • Bump the gradle-version-updates group across 1 directory with 10 updates by @dependabot in #2770
  • Bump cross-spawn from 7.0.3 to 7.0.6 in /documentation in the npm-security-updates group by @dependabot in #2775
  • Bump the npm-security-updates group across 2 directories with 2 updates by @dependabot in #2777
  • Bump cross-spawn from 7.0.3 to 7.0.6 in /hooks by @dependabot in #2774
  • Bump the npm-version-updates group across 7 directories with 3 updates by @dependabot in #2781
  • Bump the npm-version-updates group in /documentation with 8 updates by @dependabot in #2780
  • Bump @types/node from 22.9.3 to 22.10.1 in /documentation in the npm-version-updates group by @dependabot in #2782
  • Bump the gradle-version-updates group in /hooks/persistence-defectdojo/hook with 5 updates by @dependabot in #2783
  • Bump the npm-version-updates group across 7 directories with 3 updates by @dependabot in #2784

Full Changelog: v4.10.0...v4.11.0