From 5e7ba3c8c7375b60733ff4d6b42aef3cfff7e61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:43:45 +0000 Subject: [PATCH 1/3] Bump the version-update group in /.github/workflows with 5 updates Bumps the version-update group in /.github/workflows with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `2.8.0` | `2.9.0` | | [otto-de/purge-deprecated-workflow-runs](https://github.com/otto-de/purge-deprecated-workflow-runs) | `4.0.10` | `4.0.13` | | [actions/stale](https://github.com/actions/stale) | `10.3.0` | `10.4.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `3.0.1` | `3.0.2` | Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) Updates `lycheeverse/lychee-action` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/8646ba30535128ac92d33dfc9133794bfdd9b411...e7477775783ea5526144ba13e8db5eec57747ce8) Updates `otto-de/purge-deprecated-workflow-runs` from 4.0.10 to 4.0.13 - [Release notes](https://github.com/otto-de/purge-deprecated-workflow-runs/releases) - [Commits](https://github.com/otto-de/purge-deprecated-workflow-runs/compare/4781dc30eb7236b195e896b9a26b14296341b63a...c1c15cf4f591945ca017d41f04758773b74de629) Updates `actions/stale` from 10.3.0 to 10.4.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899...1e223db275d687790206a7acac4d1a11bd6fe629) Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/718ea10b132b3b2eba29c1007bb80653f286566b...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-update - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-update - dependency-name: otto-de/purge-deprecated-workflow-runs dependency-version: 4.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-update - dependency-name: actions/stale dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-update - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-update ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/housekeeping.yaml | 8 ++++---- .github/workflows/pr.yaml | 16 ++++++++-------- .github/workflows/release.yaml | 6 +++--- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43e16638..183df326 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Link Checker - uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 with: args: >- --verbose @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Lint markdown uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0 @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Spell check EN language uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 @@ -94,7 +94,7 @@ jobs: needs: [md_linter, spell_checker] steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 @@ -128,7 +128,7 @@ jobs: needs: [md_linter, spell_checker] steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index 2cca3d4b..ec216b94 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -26,7 +26,7 @@ jobs: keep_minimum_runs: 10 - name: Delete unused workflows - uses: otto-de/purge-deprecated-workflow-runs@4781dc30eb7236b195e896b9a26b14296341b63a # v4.0.10 + uses: otto-de/purge-deprecated-workflow-runs@c1c15cf4f591945ca017d41f04758773b74de629 # v4.0.13 with: token: ${{ github.token }} @@ -35,10 +35,10 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Link Checker - uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0 with: # skip the jekyll files under '_includes' directory, check all other directories args: >- @@ -63,7 +63,7 @@ jobs: steps: - name: Tidy stale PRs and issues - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 + uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 with: days-before-issue-stale: 183 days-before-issue-close: -1 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6309503d..e1bab47f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Link Checker - uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 with: args: >- --exclude 'github\.com/OWASP/DevGuide/blob/main/docs' @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Lint markdown uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0 @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Spell check EN language uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Spell check ES language uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # rojopolis/spellcheck-github-actions does not support PT-BR, # only PT, and PT-BR is too different to pass a PT spellcheck @@ -102,7 +102,7 @@ jobs: needs: [md_linter, spell_checker_en, spell_checker_es, spell_checker_pt-br] steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 @@ -133,7 +133,7 @@ jobs: needs: [build_check] steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e42c5c3..6f8e8648 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout markdown - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 @@ -46,7 +46,7 @@ jobs: needs: [export_pdf] steps: - name: Check out - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Fetch prepared SBOM artifacts uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c @@ -60,7 +60,7 @@ jobs: sed -e s/x.x.x/${releaseVersion:1}/g .release-note-template.md > ./release-notes.txt - name: Create release notes - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: draft: true name: "${releaseVersion:1}" From f0172dba068ffa14d8e534e43fd4c748385e054a Mon Sep 17 00:00:00 2001 From: Jon Gadsden Date: Fri, 28 Aug 2026 09:28:06 +0100 Subject: [PATCH 2/3] combine dependency updates into one PR --- .github/workflows/ci.yaml | 2 +- .github/workflows/pr.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 183df326..128a1ed5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Lint markdown - uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0 + uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24.2.0 with: config: '.markdownlint.yaml' globs: | diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e1bab47f..d5ad9c66 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Lint markdown - uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0 + uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24.2.0 with: config: '.markdownlint.yaml' globs: | @@ -82,7 +82,7 @@ jobs: # rojopolis/spellcheck-github-actions does not support PT-BR, # only PT, and PT-BR is too different to pass a PT spellcheck - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.10' @@ -105,7 +105,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: 3.x @@ -136,7 +136,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: 3.x diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6f8e8648..d4e1456c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: 3.x From 56d9aa9bb0c5f9578c64a982808bae1e920a1567 Mon Sep 17 00:00:00 2001 From: Jon Gadsden Date: Fri, 28 Aug 2026 11:00:31 +0100 Subject: [PATCH 3/3] fix broken links to MASWE --- .lycheeignore | 5 +++++ .../07-practical-threat-modeling.md | 2 +- .../03-secure-libraries/04-java-secure-libs.md | 2 +- docs/en/05-implementation/04-maswe.md | 12 ++++++------ .../01-threat-modeling/01-threat-modeling.md | 2 +- docs/es/05-implementation/04-maswe.md | 12 ++++++------ 6 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.lycheeignore b/.lycheeignore index d08d67e5..4873aaae 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -50,3 +50,8 @@ www.opencre.org # don't irritate the US government nvd.nist.gov/ +# SKF has a habit of not renewing its SSL cert +www.securityknowledgeframework.org + +# Slack tends to block bots, but not always +owasp.slack.com diff --git a/docs/en/04-design/01-threat-modeling/07-practical-threat-modeling.md b/docs/en/04-design/01-threat-modeling/07-practical-threat-modeling.md index 3395cf9c..da153f98 100644 --- a/docs/en/04-design/01-threat-modeling/07-practical-threat-modeling.md +++ b/docs/en/04-design/01-threat-modeling/07-practical-threat-modeling.md @@ -273,6 +273,6 @@ then [submit an issue][issue040107] or [edit on GitHub][edit040107]. [tmmanifesto]: https://www.threatmodelingmanifesto.org/ [tmcommunity]: https://owasp.org/www-community/Threat_Modeling [tmprocess]: https://owasp.org/www-community/Threat_Modeling_Process -[TMdesigning]: https://shostack.org/books/threat-modeling-book +[TMdesigning]: https://shostack.org/books/threat-modeling-book-2nd-edition [TMpractical]: https://threatmodeling.dev/ [TMT]: https://learn.microsoft.com/en-us/azure/security/develop/threat-modeling-tool diff --git a/docs/en/05-implementation/03-secure-libraries/04-java-secure-libs.md b/docs/en/05-implementation/03-secure-libraries/04-java-secure-libs.md index b87aec24..a598f92d 100644 --- a/docs/en/05-implementation/03-secure-libraries/04-java-secure-libs.md +++ b/docs/en/05-implementation/03-secure-libraries/04-java-secure-libs.md @@ -76,4 +76,4 @@ then [submit an issue][issue050304] or [edit on GitHub][edit050304]. [json-sanitizer]: https://github.com/OWASP/json-sanitizer/releases/latest/ [json-sanitizer-dependents]: https://central.sonatype.com/artifact/com.mikesamuel/json-sanitizer/dependents [json-sanitizer-usage]: https://github.com/OWASP/json-sanitizer/blob/master/docs/getting_started.md -[rfc4627]: https://www.ietf.org/rfc/rfc4627.txt +[rfc4627]: https://www.rfc-editor.org/rfc/rfc4627.txt diff --git a/docs/en/05-implementation/04-maswe.md b/docs/en/05-implementation/04-maswe.md index f3a0d5b8..2811113a 100644 --- a/docs/en/05-implementation/04-maswe.md +++ b/docs/en/05-implementation/04-maswe.md @@ -15,12 +15,12 @@ The MASWE is split out into weakness categories that correspond to the [MASVS][m * [MASVS-STORAGE](https://mas.owasp.org/MASWE/MASVS-STORAGE/MASWE-0001/) sensitive data storage * [MASVS-CRYPTO](https://mas.owasp.org/MASWE/MASVS-CRYPTO/MASWE-0009/) cryptography best practices -* [MASVS-AUTH](https://mas.owasp.org/MASWE/MASVS-AUTH/MASWE-0028/) authentication and authorization mechanisms -* [MASVS-NETWORK](https://mas.owasp.org/MASWE/MASVS-NETWORK/MASWE-0047/) network communications -* [MASVS-PLATFORM](https://mas.owasp.org/MASWE/MASVS-PLATFORM/MASWE-0053/) interactions with the mobile platform -* [MASVS-CODE](https://mas.owasp.org/MASWE/MASVS-CODE/MASWE-0075/) platform and third-party software -* [MASVS-RESILIENCE](https://mas.owasp.org/MASWE/MASVS-RESILIENCE/MASWE-0089/) integrity and running on a trusted platform -* [MASVS-PRIVACY](https://mas.owasp.org/MASWE/MASVS-PRIVACY/MASWE-0108/) privacy of users, data and resources +* [MASVS-AUTH](https://mas.owasp.org/MASWE/MASVS-AUTH/MASWE-0018/) authentication and authorization mechanisms +* [MASVS-NETWORK](https://mas.owasp.org/MASWE/MASVS-NETWORK/MASWE-0026/) network communications +* [MASVS-PLATFORM](https://mas.owasp.org/MASWE/MASVS-PLATFORM/MASWE-0029/) interactions with the mobile platform +* [MASVS-CODE](https://mas.owasp.org/MASWE/MASVS-CODE/MASWE-0041/) platform and third-party software +* [MASVS-RESILIENCE](https://mas.owasp.org/MASWE/MASVS-RESILIENCE/MASWE-0051/) integrity and running on a trusted platform +* [MASVS-PRIVACY](https://mas.owasp.org/MASWE/MASVS-PRIVACY/MASWE-0066/) privacy of users, data and resources #### Why use it? diff --git a/docs/es/04-design/01-threat-modeling/01-threat-modeling.md b/docs/es/04-design/01-threat-modeling/01-threat-modeling.md index e8805b67..c55ad01e 100644 --- a/docs/es/04-design/01-threat-modeling/01-threat-modeling.md +++ b/docs/es/04-design/01-threat-modeling/01-threat-modeling.md @@ -292,6 +292,6 @@ La Guía del Desarrollador de OWASP es un esfuerzo comunitario; si hay algo que [tmmanifesto]: https://www.threatmodelingmanifesto.org/ [TM]: https://owasp.org/www-community/Threat_Modeling [TMP]: https://owasp.org/www-community/Threat_Modeling_Process -[TMdesigning]: https://shostack.org/books/threat-modeling-book +[TMdesigning]: https://shostack.org/books/threat-modeling-book-2nd-edition [TMpractical]: https://threatmodeling.dev/ [TMT]: https://learn.microsoft.com/en-us/azure/security/develop/threat-modeling-tool diff --git a/docs/es/05-implementation/04-maswe.md b/docs/es/05-implementation/04-maswe.md index 9496db7b..852760dc 100644 --- a/docs/es/05-implementation/04-maswe.md +++ b/docs/es/05-implementation/04-maswe.md @@ -15,13 +15,13 @@ El MASWE se divide en categorías de debilidades que corresponden a las categor * [MASVS-STORAGE](https://mas.owasp.org/MASWE/MASVS-STORAGE/MASWE-0001/) almacenamiento de datos sensibles * [MASVS-CRYPTO](https://mas.owasp.org/MASWE/MASVS-CRYPTO/MASWE-0009/) mejores prácticas de criptografía -* [MASVS-AUTH](https://mas.owasp.org/MASWE/MASVS-AUTH/MASWE-0028/) mecanismos de autenticación y autorización -* [MASVS-NETWORK](https://mas.owasp.org/MASWE/MASVS-NETWORK/MASWE-0047/) comunicaciones de red -* [MASVS-PLATFORM](https://mas.owasp.org/MASWE/MASVS-PLATFORM/MASWE-0053/) interacciones con la plataforma móvil -* [MASVS-CODE](https://mas.owasp.org/MASWE/MASVS-CODE/MASWE-0075/) plataforma y software de terceros -* [MASVS-RESILIENCE](https://mas.owasp.org/MASWE/MASVS-RESILIENCE/MASWE-0089/) integridad +* [MASVS-AUTH](https://mas.owasp.org/MASWE/MASVS-AUTH/MASWE-0018/) mecanismos de autenticación y autorización +* [MASVS-NETWORK](https://mas.owasp.org/MASWE/MASVS-NETWORK/MASWE-0026/) comunicaciones de red +* [MASVS-PLATFORM](https://mas.owasp.org/MASWE/MASVS-PLATFORM/MASWE-0029/) interacciones con la plataforma móvil +* [MASVS-CODE](https://mas.owasp.org/MASWE/MASVS-CODE/MASWE-0041/) plataforma y software de terceros +* [MASVS-RESILIENCE](https://mas.owasp.org/MASWE/MASVS-RESILIENCE/MASWE-0051/) integridad y ejecución en una plataforma confiable -* [MASVS-PRIVACY](https://mas.owasp.org/MASWE/MASVS-PRIVACY/MASWE-0108/) privacidad de usuarios, datos y recursos +* [MASVS-PRIVACY](https://mas.owasp.org/MASWE/MASVS-PRIVACY/MASWE-0066/) privacidad de usuarios, datos y recursos #### ¿Por qué usarlo?