Skip to content

Releases: iriusrisk/startleft

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

1.19.0

04 Oct 16:26
f322aba
Compare
Choose a tag to compare

Released on 2023-10-05

New features

IaC endpoints (Terraform Plan, Terraform and Cloudformation)

  • Support default and custom mapping files in StartLeft IaC endpoint

Microsoft Threat Modeling Tool (MTMT)

  • Map TrustZones by type or name in MTMT

Fixes

  • Fixed: [GH PR#306] Docs: MacOS steps to fix missing graphviz compliation headers (external contribution by @yilmi )
  • Fixed: fix version of setuptools-scm

Others

  • SAST semgrep report
  • Reorganize StartLeft workflows and actions
  • some dependencies updated

1.19.0-rc.1

25 Sep 10:46
890de5e
Compare
Choose a tag to compare
1.19.0-rc.1 Pre-release
Pre-release
[feature/OPT-792] to dev (#303)

* [OPT-933] Add default_mapping_file and custom_mapping_file body params to iac endpoint.
Keep mapping_file for retrocompatibility, it will be removed.
Fix unit test, add new test cases.

* [OPT-933] Update IaC endpoint definition. mapping_file property marked as deprecated.

* [OPT-935] Add default_mapping_file and custom_mapping_file to iac references. Remove mapping_file and mark as deprecated in API usage.

* [OPT-933] Add unit test for determine_source_file. Fix parametrize test cases.

* [OPT-933] Remove test case for visio files because is an edge case not working in windows.

* [OPT-934]Remove mapping file parameter in CLI parse command

* [OPT-934] Replace mandatory field with required field.

* [OPT-935] Add required field to --default-mapping-file param.

* [OPT-935] Fix typo in shell example.

---------

Co-authored-by: xoan <108399255+jmgarcia-iriusrisk@users.noreply.github.com>
Co-authored-by: Santi Manero <smanero@iriusrisk.com>
Co-authored-by: Santi Manero <100587318+smaneroiriusrisk@users.noreply.github.com>
Co-authored-by: PacoCid <117292868+PacoCid@users.noreply.github.com>

1.18.0

07 Sep 12:32
0b6c338
Compare
Choose a tag to compare

Released on 2023-09-07

New features

Microsoft Threat Modeling Tool (MTMT)

  • Prune hanging Dataflows in MTMT

Visio

  • Refactor slp_visio strategies

Fixes

  • Fixed: Wrong version when cloning StartLeft by tag
  • Fixed: Error 500 processing MTMT file

Others

  • Update otm_schema.json in StartLeft project

1.18.0-rc.1

23 Aug 11:56
bf5fde0
Compare
Choose a tag to compare
1.18.0-rc.1 Pre-release
Pre-release
Merge pull request #282 from iriusrisk/feature/OPT-963

[feature/OPT-963] to dev

1.17.0

09 Aug 07:29
fcf89d8
Compare
Choose a tag to compare

Released on 2023-08-09

New features

Terraform plan

  • Calculate attack surface in tfplan SLP

Lucidchart

  • Remove ImageSearchBlock2 in Lucid Default Mapper
  • Add new capabilities to Lucid and Visio mapping file

Visio

  • Support Components in Complex Azure Visio

Security

  • Avoid capturing groups into regex to mitigate a ReDoS
  • Update PyYAML library to 6.0.1
  • Update binutils in StartLeft container

Others

  • Various libraries updated: mkdocs-material, tox, coverage
  • Fix Startleft semgrep action issue

1.17.0-rc.1

26 Jul 16:36
622d73a
Compare
Choose a tag to compare
1.17.0-rc.1 Pre-release
Pre-release
Merge pull request #275 from iriusrisk/feature/OPT-794

[feature/OPT-794] to dev

1.16.0

14 Jul 09:22
dd6c4eb
Compare
Choose a tag to compare

Released on 2023-07-13

New features

Terraform plan

  • Create new simplified mapping format for tfplan
  • Refactor DataflowCreator in tfplan SLP

Lucidchart

  • Make Lucidchart agnostic to Library Year for AWS Stencils

OTM

  • Move OTM schema into OTM repository

Others

  • various libraries updated: mkdocs-material, tox, coverage

1.16.0-rc.1

28 Jun 07:01
72a7710
Compare
Choose a tag to compare
1.16.0-rc.1 Pre-release
Pre-release
Merge pull request #256 from iriusrisk/feature/OPT-881

[feature/OPT-881] to dev

1.15.0

15 Jun 15:54
7d6a755
Compare
Choose a tag to compare

Released on 2023-06-15

New features

CloudFormation Template

  • Reduce the file size limit for CloudFormation Template to 1MB

Microsoft Visio

  • Extract current strategy mapping dataflows
  • Extract current strategy mapping components

Fixes

  • Fix graphviz version in windows
  • Fix OTM schema inconsistencies
  • Fix dockerfile.docs

Others

  • Launch SonarCloud analysis on push in dev branch
  • various libraries updated
  • various test libraries updated