Skip to content

Commit db807af

Browse files
committed
add Coverity badge to README.md and update ChangeLog
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 65d6860 commit db807af

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

ChangeLog

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
12/13/2024
2-
- avoid potentional memory leak on cURL handle if curl_easy_escape/curl_easy_unescape fails
3-
- correct the check for the optional token_type parameter returned from a token endpoint request
4-
- initialize oidc_jose_error_t err variable in oidc_util_create_symmetric_key
5-
- refactor oidc_util_port_from_host and avoid potential crash on non-conformant literal IPv6 addresses
6-
- add and use _oidc_strncpy for section key string copy in shm.c
7-
- correct check for private key return value from oidc_proto_jwt_create_from_first_pkey
8-
and avoid NULL pointer dereferencing when no private keys have been configured
9-
- correct check for *static_template_content in oidc_util_html_send_in_template in util.c
2+
- address warnings from static code analysis tool Coverity
3+
- code: avoid potentional memory leak on cURL handle if curl_easy_escape/curl_easy_unescape fails
4+
- code: correct the check for the optional token_type parameter returned from a token endpoint request
5+
- code: initialize oidc_jose_error_t err variable in oidc_util_create_symmetric_key
6+
- code: refactor oidc_util_port_from_host and avoid potential crash on non-conformant literal IPv6 addresses
7+
- code: add and use _oidc_strncpy for section key string copy in shm.c
8+
- code: correct check for private key return value from oidc_proto_jwt_create_from_first_pkey
9+
and avoid NULL pointer dereferencing when no private keys have been configured
10+
- code: correct check for *static_template_content in oidc_util_html_send_in_template in util.c
1011

1112
12/11/2024
1213
- code: loop over authz arrays with index instead of pointer

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![Build Status](https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/build.yml/badge.svg)](https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/build.yml)
22
[<img width="184" height="96" align="right" src="http://openid.net/wordpress-content/uploads/2016/05/oid-l-certification-mark-l-cmyk-150dpi-90mm.jpg" alt="OpenID Certification">](https://openid.net/certification)
33
[![CodeQL Analysis](https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/codeql-analysis.yml)
4+
[![Coverity Scan Build Status](https://scan.coverity.com/projects/31119/badge.svg)](https://scan.coverity.com/projects/openidc-mod_auth_openidc)
45

56
mod_auth_openidc
67
================

0 commit comments

Comments
 (0)