Skip to content

Commit

Permalink
chore: Update copyright dates; 1.4.0 updates (NUWCDIVNPT#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-rite authored Jan 2, 2024
1 parent df3300e commit fbf6a96
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

## Signed-off-by

- Copyright 2020-2023 U.S. Federal Government (in countries where recognized)
- Copyright 2020-2023 Carl Smigielski, [email protected]
- Copyright 2020-2023 Christopher Daley, [email protected]
- Copyright 2020-2024 U.S. Federal Government (in countries where recognized)
- Copyright 2020-2024 Carl Smigielski, [email protected]
- Copyright 2020-2024 Christopher Daley, [email protected]
- Copyright 2021 Russell Johnson, [email protected]
- Copyright 2023 Mathew Ferreira, [email protected]
- Copyright 2023-2024 Mathew Ferreira, [email protected]
- _Add the copyright date, your name, and email address here. (PLEASE KEEP THIS LINE)_

## Note for U.S. Federal Employees
Expand Down
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions api/source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/source/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
16 changes: 16 additions & 0 deletions release-notes.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down

0 comments on commit fbf6a96

Please sign in to comment.