diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7274d6bad..eb7ca6772 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -4,11 +4,11 @@ ## Signed-off-by -- Copyright 2020-2023 U.S. Federal Government (in countries where recognized) -- Copyright 2020-2023 Carl Smigielski, carl.a.smigielski@saic.com -- Copyright 2020-2023 Christopher Daley, cdaley@rite-solutions.com +- Copyright 2020-2024 U.S. Federal Government (in countries where recognized) +- Copyright 2020-2024 Carl Smigielski, carl.a.smigielski@saic.com +- Copyright 2020-2024 Christopher Daley, cdaley@rite-solutions.com - Copyright 2021 Russell Johnson, russell.d.johnson@saic.com -- Copyright 2023 Mathew Ferreira, mferreira@rite-solutions.com +- Copyright 2023-2024 Mathew Ferreira, mferreira@rite-solutions.com - _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_ ## Note for U.S. Federal Employees diff --git a/LICENSE.md b/LICENSE.md index 3dc8784c7..33761a67a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -8,9 +8,9 @@ ## MIT License ``` -Copyright (c) 2020-2023 U.S. Federal Government (in countries where recognized) -Copyright (c) 2020-2023 Science Applications International Corporation -Copyright (c) 2020-2023 Rite-Solutions, Inc. +Copyright (c) 2020-2024 U.S. Federal Government (in countries where recognized) +Copyright (c) 2020-2024 Science Applications International Corporation +Copyright (c) 2020-2024 Rite-Solutions, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/api/source/package-lock.json b/api/source/package-lock.json index fa2c1b2d5..dcdc4f21a 100644 --- a/api/source/package-lock.json +++ b/api/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "stig-management-api", - "version": "1.3.14", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stig-management-api", - "version": "1.3.14", + "version": "1.4.0", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/api/source/package.json b/api/source/package.json index 1dc8c1d02..37da80511 100644 --- a/api/source/package.json +++ b/api/source/package.json @@ -1,6 +1,6 @@ { "name": "stig-management-api", - "version": "1.3.14", + "version": "1.4.0", "description": "An API for managing evaluations of Security Technical Implementation Guide (STIG) assessments.", "main": "index.js", "scripts": { diff --git a/release-notes.rst b/release-notes.rst index 2b91088bd..903670c60 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -1,3 +1,19 @@ +1.4.0 +----- + +Changes: + + - (API/UI) Prevent invalid label assignments that could occur in some circumstances + - (API) Fix for incorrect import statistics when importing multi-STIG ckl files + - (API) Remove STIGMAN_DB_TYPE configuration option + - (API) Refactor service folder structure and references + - (Docs) Refactor documentation build process + - (Workflows) Remove Iron Bank images from matrix testing workflow + - (API) Change default behavior for STIGMAN_JWT_SERVICENAME_CLAIM processing to prefer standard OIDC claim + - (API) Reject requests when valid username cannot be identified + - (API/Dependency) Change default Iron Bank base image tag in response to vulnerability + + 1.3.14 -----