Skip to content

Releases: priv-kweihmann/meta-sca

Patch release for 1.10.x

07 Mar 15:06
Compare
Choose a tag to compare

Bugfixes

  • cve-tool db fetch always triggered a rebuild of system
  • TypeError in bandit converter

Patch release for 1.10

07 Mar 13:57
Compare
Choose a tag to compare

Updates

  • oelint-adv to 1.1.0

Bugfixes

  • fix non-deterministic builddata warning
  • fix json-parser handling
  • enabled oelint in global modules

Release 1.10

07 Mar 10:57
Compare
Choose a tag to compare

New

  • oelint-adv for linting bitbake recipes
  • json-parser for linting json-files

Updates

  • python-isort 4.1.12

Bugfixes

  • Removal of leftover BB_DONT_CACHE, which should prevent unnecessary rebuilds
  • Enforce oe-core naming convention to recipes
  • Split python-packages into python2/3 recipes (following the best practice from oe/poky)

You can use SCA_AVAILABLE_MODULES to globally enable or disable linting modules, without the need to distinguish between recipes and images

Release 1.9

05 Mar 12:59
Compare
Choose a tag to compare

New

  • xmllint
  • image-summary

Updates

  • eslint to 5.15.1
  • kconfig-hardened-check

Bugfixes

  • Many bugfixes around the license filter functionality, works now without altering the distro-configuration

Release 1.8

01 Mar 13:38
Compare
Choose a tag to compare

New

  • clang-tidy
  • flint++
  • oclint
  • bandit

Updates

  • n.a.

Bugfixes

  • better separation of native and non-native recipes enforced
  • better handling when tool found no input files

Release 1.7

28 Feb 05:31
Compare
Choose a tag to compare

New

  • Add kconfig-hardened-check as tool
  • Added pysymbolcheck as tool

Updates

  • pyisort 4.3.9

Bugfixes

  • don't return symlinks when search files to check (this should reduce the risk of double findings)
  • various other fixes

Release 1.6

26 Feb 20:08
Compare
Choose a tag to compare

New

  • n.a.

Updates

  • n.a.

Bugfixes

  • multiple bugfixes around various topics

Finally the layer should be working properly

Release 1.5

23 Feb 17:58
Compare
Choose a tag to compare

New

  • cve-check tool to check for unpatched CVEs
  • bitbake for converting bitbake console log to checkstyle items

Updates

  • n.a.

Bugfixes

  • important bugfix that targets incremental builds and tool misbehavior

Release 1.4.1

22 Feb 13:21
Compare
Choose a tag to compare

New

  • eslint as linter for javascript added

Updates

  • n.a.

Bugfixes

  • layer priority decreased so that overriding recipes from this layer should be easier by now

Original Release v1.4 is not available due to an error

Release 1.3

18 Feb 09:22
Compare
Choose a tag to compare

New:

  • n.a.

Updates

  • cppcheck 1.87

Bugfixes:

  • important bugfix to make output to console work