Test ran at 2025-07-20 01:24:04.534462+00:00 SOLUTION: security=1.5.1: Security Library for HTTP client and server with OAuth2 support Origin: commit 4cdc7c89a00b939763126ea1b658aa83dc5f5a0e from https://gitlab.com/stcarrez/ada-security.git Properties: Author: Stephane.Carrez@gmail.com Configuration: no modifiers Description: Security Library for HTTP client and server with OAuth2 support GPR Scenario: SECURITY_BUILD := distrib | debug | optimize | profile | coverage GPR Scenario: SECURITY_LIBRARY_TYPE := relocatable | static | static-pic License: Apache-2.0 Long_Description: [![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-security/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-security/summary) [![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-security/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-securit/xunits) [![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-security/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-security/summary) [![Documentation Status](https://readthedocs.org/projects/ada-security/badge/?version=latest)](https://ada-security.readthedocs.io/en/latest/?badge=latest) Ada Security provides a security framework which allows applications to define and enforce security policies. This framework allows users to authenticate by using [OpenID Authentication 2.0](https://openid.net/specs/openid-authentication-2_0.html) as well as [OAuth 2.0](https://oauth.net/2/) protocol. It allows a web application to integrate easily with Yahoo!, Gitlab, Github, Facebook and Google+ authentication systems. The Ada05 library includes: * An OpenID client authentication, * An OAuth 2.0 client authentication, * An OpenID Connect authentication framework, * An OAuth 2.0 server authentication framework, * A policy based security framework to protect the resources The Ada Security library is used by the [Ada Web Application](https://gitlab.com/stcarrez/ada-awa) to provide authentication and access control to users within the web applications. ## Documentation * [Ada Security Programmer's Guide](https://ada-security.readthedocs.io/en/latest/) Maintainer: Stephane.Carrez@gmail.com Maintainers_Logins: stcarrez Name: security Project_File: security.gpr Tag: security Tag: oauth2 Tag: authentication Tag: permissions Tag: jwt Version: 1.5.1 Website: https://gitlab.com/stcarrez/ada-security Dependencies (direct): utilada^2.6.0 utilada_xml^2.6.0 Dependencies (solution): gnat=15.1.2 (gnat_native) utilada=2.8.1 utilada_xml=2.8.1 xmlada=24.0.0 Dependencies (graph): security=1.5.1 --> utilada=2.8.1 (^2.6.0) security=1.5.1 --> utilada_xml=2.8.1 (^2.6.0) utilada_xml=2.8.1 --> utilada=2.8.1 (^2.8.1) utilada_xml=2.8.1 --> xmlada=24.0.0 (^24.0) xmlada=24.0.0 --> gnat=15.1.2 (gnat_native) (>=11) LOG: [alr test] Testing security=1.5.1 [alr test] Spawning retrieval for remote crate: alr -d -n get security=1.5.1 Note: Deploying security=1.5.1... security=1.5.1 successfully retrieved. Dependencies were solved as follows: +b gnat 15.1.2 (new,gnat_native,indirect,binary) + utilada 2.8.1 (new) + utilada_xml 2.8.1 (new) + xmlada 24.0.0 (new,indirect) [alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn Note: Building security=1.5.1/security.gpr... Setup [mkdir] object directory for project Security [mkdir] library directory for project Security Compile [Ada] security-auth-openid.adb [Ada] security-oauth.adb [Ada] security-policies-urls.adb [Ada] security-auth-oauth.adb [Ada] security-auth-oauth-yahoo.adb [Ada] security-permissions.adb [Ada] security-controllers-roles.adb [Ada] security-contexts.adb [Ada] security-controllers-urls.adb [Ada] security-random.adb [Ada] security-auth.adb security-random.adb:151:34: warning: call to obsolescent procedure "To_Struct_Timespec" declared at a-calcon.ads:92 [-gnatwj] security-random.adb:151:34: warning: This function may be removed in a future version [-gnatwj] [Ada] security.ads [Ada] security-oauth-clients.adb [Ada] security-auth-oauth-facebook.adb [Ada] security-policies-roles.adb [Ada] security-oauth-file_registry.adb [Ada] security-policies.adb [Ada] security-oauth-servers.adb [Ada] security-auth-oauth-github.adb [Ada] security-auth-oauth-googleplus.adb [Ada] security-controllers.ads security-oauth-servers.adb:206:65: warning: reference to obsolescent entity "To_Unix_Time" declared at a-calcon.ads:130 [-gnatwj] security-oauth-servers.adb:206:65: warning: This function may be removed in a future version [-gnatwj] security-oauth-servers.adb:206:65: warning: call to obsolescent function "To_Unix_Time" declared at a-calcon.ads:130 [-gnatwj] security-oauth-servers.adb:206:65: warning: This function may be removed in a future version [-gnatwj] security-oauth-servers.adb:217:38: warning: call to obsolescent function "To_Ada_Time" declared at a-calcon.ads:39 [-gnatwj] security-oauth-servers.adb:217:38: warning: This function may be removed in a future version [-gnatwj] [Ada] security-oauth-jwt.adb security-oauth-jwt.adb:32:38: warning: call to obsolescent function "To_Ada_Time" declared at a-calcon.ads:39 [-gnatwj] security-oauth-jwt.adb:32:38: warning: This function may be removed in a future version [-gnatwj] Build Libraries [gprlib] security.lexch [archive] libsecurity.a [index] libsecurity.a Success: Build finished successfully in 5.39 seconds. Found declared GPR file: security.gpr [alr test] Test completed SUCCESSFULLY