Skip to content

Commit 3da98ec

Browse files
committed
Bump a date
1 parent a2104de commit 3da98ec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
33
*
4-
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
4+
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
55
*/
66

77
private import internal.CryptoAlgorithmNames

javascript/ql/lib/semmle/javascript/security/internal/CryptoAlgorithmNames.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The names are inspired by the names used in real world crypto libraries.
77
*
8-
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
8+
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
99
*/
1010

1111
/**

python/ql/lib/semmle/python/concepts/CryptoAlgorithms.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
33
*
4-
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
4+
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
55
*/
66

77
private import internal.CryptoAlgorithmNames

python/ql/lib/semmle/python/concepts/internal/CryptoAlgorithmNames.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The names are inspired by the names used in real world crypto libraries.
77
*
8-
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
8+
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
99
*/
1010

1111
/**

ruby/ql/lib/codeql/ruby/security/CryptoAlgorithms.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
33
*
4-
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
4+
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
55
*/
66

77
private import internal.CryptoAlgorithmNames

ruby/ql/lib/codeql/ruby/security/internal/CryptoAlgorithmNames.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The names are inspired by the names used in real world crypto libraries.
77
*
8-
* The classification into strong and weak are based on Wikipedia, OWASP and google (2017).
8+
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
99
*/
1010

1111
/**

0 commit comments

Comments
 (0)