Skip to content

Releases: iriusrisk/startleft

1.24.0

24 Apr 07:49
386d241
Compare
Choose a tag to compare

Released on 2024-04-22

New features

Terraform plan

  • Improvements for Azure

Others

  • Fix version generation for startleft support branch

1.23.0

21 Feb 17:16
f71f7c8
Compare
Choose a tag to compare

Released on 2024-02-21

New features

Terraform plan

  • Set higher file size limit for terraform plan files
  • Different fixes for Terraform plan import

Others

  • Fix warnings in OTM schema
  • Updated dependencies

1.22.1

20 Feb 17:50
3174aec
Compare
Choose a tag to compare

Released on 2024-02-20

New features

Terraform plan

  • Set higher file size limit for terraform plan files

Others

  • Updated dependencies

1.23.0-rc.1

07 Feb 11:16
ab6d1df
Compare
Choose a tag to compare
1.23.0-rc.1 Pre-release
Pre-release

Full Changelog: 1.22.0...1.23.0-rc.1

1.22.0

25 Jan 11:54
284b95b
Compare
Choose a tag to compare

Released on 2024-01-25

New features

All import formats

  • Updated mapping definitions in the example mapping files.

Others

  • Updated Sonar Github Action

1.22.0-rc.1

24 Jan 14:41
2a68270
Compare
Choose a tag to compare
1.22.0-rc.1 Pre-release
Pre-release

1.21.0

04 Dec 16:15
cf949b7
Compare
Choose a tag to compare

Released on 2023-11-29

New features

Drawio parser MVP

  • Drawio parser MVP also accesible through POST endpoint

Fixes

-Fixed: MTMT import failure due TrustZones/Components/Dataflows requiring attribute 'name'
-Fixed: LucidChart import failure for self-referencing dataflows

1.21.0-rc.1

15 Nov 15:14
225e03c
Compare
Choose a tag to compare
1.21.0-rc.1 Pre-release
Pre-release
OPT-1034 - Import MTMT fails due TrustZones/Components/Dataflows requ…

…iring attribute 'name' (#336)

Co-authored-by: PacoCid <117292868+PacoCid@users.noreply.github.com>

1.20.0

06 Nov 13:28
1a30521
Compare
Choose a tag to compare

Released on 2023-11-06

New features

All import formats

  • Release multiple trustzone implementation

Lucidchart

  • Add catchall and skip mapping functions to Lucidchart
  • summary CLI option to retrieve the full list of components available in the VSDX files
  • Bidirectional and multiple matches supported in CreateConnectorByLineCoordinates
  • For shapes that have no text, component name comes from component type
  • Improves calculation of a parent component is the parent is wrong

Terraform Plan

  • Attack surface for AWS resources: Create inbound connections by Module: security-group

Microsoft Threat Modeling Tool (MTMT)

  • Make MTM parser resilient to figures without names.

Drawio parser MVP

  • Coming soon!

Fixes

  • Fixed version of setuptools-scm

Others

  • Python v3.12 as latest supported version
  • Reduced StartLeft docker image-building time
  • some dependencies updated

1.20.0-rc.1

18 Oct 07:39
77ad228
Compare
Choose a tag to compare
1.20.0-rc.1 Pre-release
Pre-release
Merge pull request #328 from iriusrisk/feature/OPT-1018

[feature-OPT-1018] to dev