Skip to content

Commit 0fb5b9f

Browse files
committed
fix broken links to ENISA
1 parent 4f2b94c commit 0fb5b9f

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

draft/09-training-education/06-mobile-top-ten.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ but they can be applied at any time during development.
7373
The Mobile Top 10 was [first released in 2014][mobile10-2014], [updated in 2016][mobile10-2016]
7474
with the latest version [released in 2024][mobile10-2023].
7575

76-
The list of mobile application [controls][mobile10controls] were originally published in 2011
77-
as the '[Smartphone Secure Development Guideline][ssdg-2011]'. This was then revised during 2016
78-
and [released in February 2017][ssdg-2017] to inform the latest set of mobile application controls.
76+
The list of mobile application [controls][mobile10controls] were originally published in 2011 by [ENISA][enisa]
77+
as the 'Smartphone Secure Development Guideline'.
78+
This was then revised during 2016, released in February 2017, to inform the latest set of mobile application controls.
7979

8080
----
8181

@@ -101,7 +101,5 @@ then [submit an issue][issue0906] or [edit on GitHub][edit0906].
101101
[mobile10-2023]: https://owasp.org/www-project-mobile-top-10/2023-risks/
102102
[mobile10controls]: https://owasp.org/www-project-mobile-top-10/#div-controls
103103
[mobile10repo]: https://github.com/OWASP/www-project-mobile-top-10/blob/master/README.md
104-
[ssdg-2011]: https://www.enisa.europa.eu/publications/smartphone-secure-development-guidelines/at_download/fullReport
105-
[ssdg-2017]: https://www.enisa.europa.eu/publications/smartphone-secure-development-guidelines-2016
106104

107105
\newpage

release-process.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The pre-release process is semi-automatic, and triggers when the repo is tagged
88
To trigger the release this process from within a cloned repo use a tag with an `-RCx` suffix,
99
where the number is incremented with each release candidate:
1010

11-
1. tag the release, for example for the first release candidate: `git tag 4.1.4-RC1`
12-
2. push to the repo, for example: `git push origin 4.1.4-RC1`
11+
1. tag the release, for example for the first release candidate: `git tag 4.1.6-RC1`
12+
2. push to the repo, for example: `git push origin 4.1.6-RC1`
1313

1414
The github release workflow will then create the pull-request with the proposed modifications to the release area.
1515

@@ -24,8 +24,8 @@ When there are no further changes required then move on to the release process.
2424
The release process is automatic, and triggers when the repo is tagged with a version number.
2525
To trigger the release this process from within a cloned repo:
2626

27-
1. tag the release, for example: `git tag 4.1.3`
28-
2. push to the repo, for example: `git push origin 4.1.3`
27+
1. tag the release, for example: `git tag 4.1.6`
28+
2. push to the repo, for example: `git push origin 4.1.6`
2929

3030
The github release workflow then creates the pull request
3131
with modifications to the release area promoted from the draft area.

0 commit comments

Comments
 (0)