Skip to content

Commit a7b8bad

Browse files
authored
Merge pull request #374 : reduce the link checker scope
2 parents bf44792 + 462c1c4 commit a7b8bad

File tree

8 files changed

+20
-11
lines changed

8 files changed

+20
-11
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# skip the jekyll files under '_includes' directory
2323
args: >-
2424
--no-progress
25-
--max-retries 5
25+
--max-retries 2
2626
--exclude-path './_includes/*.html'
2727
'./**/*.md'
2828
'*.md'

.github/workflows/housekeeping.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# skip the jekyll files under '_includes' directory, check all other directories
4343
args: >-
4444
--no-progress
45-
--max-retries 5
45+
--max-retries 2
4646
--exclude-path './_includes/*.html'
4747
'**/*.md'
4848
'*.md'

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# skip the jekyll files under '_includes' directory
2626
args: >-
2727
--no-progress
28-
--max-retries 5
28+
--max-retries 2
2929
--exclude-path './_includes/*.html'
3030
'./**/*.md'
3131
'*.md'

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# skip the jekyll files under '_includes' directory, check only draft where the promotion comes from
2727
args: >-
2828
--no-progress
29-
--max-retries 5
29+
--max-retries 2
3030
--exclude-path './_includes/*.html'
3131
'./draft/**/*.md'
3232
fail: true

.lycheeignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ https://www.lockheedmartin.com
1010
https://github.com/OWASP/www-project-developer-guide/issues/new
1111
https://github.com/OWASP/www-project-developer-guide/pulls
1212

13+
# at times github gets upset full stop
14+
https://github.com/OWASP/www-project-developer-guide
15+
1316
# ignore LINDDUN site because it occasionally times out
1417
https://www.linddun.org/
1518

info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
* [Markdown source][repo]
2929

30-
[pdf]: https://github.com/OWASP/DevGuide/blob/main/docs/assets/exports/OWASP_Developer_Guide.pdf
30+
[pdf]: https://github.com/OWASP/DevGuide/releases
3131
[release]: https://devguide.owasp.org/
3232
[repo]: https://github.com/OWASP/DevGuide
3333
[license-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png

tab_historical.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Unfortunately, the original Developer Guide never really took off with the inten
2929
The original guide was more of a 'how to perform a web application penetration test',
3030
material now better covered in the OWASP [Web Security Testing Guide][wstg].
3131

32-
The developer guide has gone through several iterations since then and is now at version 4.x .
32+
The developer guide has gone through several iterations since then and is now at [version 4.x][latest].
3333
This version does not seek to be a comprehensive and authoritative text;
3434
rather think of it as a text-based [Wayfinder Guide][intstand] to security projects and salient concepts,
3535
or a bit like a 'Lonely Planet' guide to AppSec for developers.
@@ -46,7 +46,7 @@ which discusses the history and future of the project.
4646

4747
#### Developer Guide 2010 (abandoned)
4848

49-
#### [Developer Guide 2.01][guide-2v01] (July 2005)
49+
#### [Developer Guide 2.0.1][guide-2v01] (July 2005)
5050

5151
* English [Word][guide-2v01]
5252

@@ -70,6 +70,9 @@ which discusses the history and future of the project.
7070
We are still looking for the original Word documents for versions 1.x (1.0, 1.1 and 1.1.1),
7171
if you have any of these then please get in touch.
7272

73+
In addition if you have documents for versions 0.1, 0.2 and 0.3 then it would be great to have these historical records.
74+
Please get in touch with the [project leader][leaders] if you have any of these.
75+
7376
----
7477

7578
OWASP DevGuide: _accessible security for developers_
@@ -87,4 +90,6 @@ OWASP DevGuide: _accessible security for developers_
8790
[guide-3v0]: https://github.com/OWASP/DevGuide/blob/3.0-final/old/OWASP%20Guide%203.0.docx
8891
[history]: https://www.youtube.com/watch?v=niqV55vPTfw
8992
[intstand]: https://owasp.org/www-project-integration-standards/
93+
[latest]: https://devguide.owasp.org/
94+
[leaders]: https://github.com/OWASP/www-project-developer-guide/blob/main/leaders.md
9095
[wstg]: https://owasp.org/www-project-web-security-testing-guide/

tab_translations.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ tags: dev-guide, developer guide
2222

2323
## Translations the Developer Guide
2424

25-
The OWASP Developer Guide aims to be accessible, and translations help to make is a useful resource
26-
for the global AppSec community.
25+
The OWASP [Developer Guide][latest] aims to be accessible,
26+
and translations help to make is a useful resource for the global AppSec community.
2727

2828
The English (US) language version is the source for all the translations;
29-
the latest version can be found in the [releases][repo] repository.
29+
the latest version can be found in the [DevGuide][repo] repository.
3030

3131
At present (March 2025) there are some translations that are in progress:
3232

@@ -40,4 +40,5 @@ If you can help with these translations then please contact the lead translator
4040

4141
OWASP DevGuide: _accessible security for developers_
4242

43-
[repo]: https://github.com/OWASP/www-project-developer-guide/releases
43+
[latest]: https://devguide.owasp.org/
44+
[repo]: https://github.com/OWASP/DevGuide/tree/main/docs

0 commit comments

Comments
 (0)