Skip to content

Commit ab36df1

Browse files
committed
Merge branch 'hotfix/1.1.3'
2 parents eee6ec6 + 5b5ff2f commit ab36df1

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
84 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.

2019/en/src/0x01-about-owasp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Come join us!
4646

4747
![license](images/license.png)
4848

49-
Copyright © 2003-2017 The OWASP Foundation. This document is released under the
49+
Copyright © 2003-2019 The OWASP Foundation. This document is released under the
5050
[Creative Commons Attribution Share-Alike 4.0 license][7]. For any reuse or
5151
distribution, you must make it clear to others the license terms of this work.
5252

2019/en/src/0xa2-broken-user-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An API is vulnerable if it:
2323
* Doesn’t validate the authenticity of tokens.
2424
* Accepts unsigned/weakly signed JWT tokens (`"alg":"none"`)/doesn’t
2525
validate their expiration date.
26-
* Uses plain text, encrypted, or weakly hashed passwords.
26+
* Uses plain text, non-encrypted, or weakly hashed passwords.
2727
* Uses weak encryption keys.
2828

2929
## Example Attack Scenarios

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.1.3

0 commit comments

Comments
 (0)