Skip to content

Commit

Permalink
chore(release): SBOM-in-a-Box v9.2.1-alpha Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg1206 authored Mar 25, 2024
2 parents d17ed41 + 089be31 commit df38fb4
Show file tree
Hide file tree
Showing 328 changed files with 665 additions and 978 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Purpose of SBOM-in-a-Box
> SBOM-in-a-box is a plug-and-play environments that supports adding any form of SBOM tools into the box. This would allow generation of SBOMs using multiple tools that allow for a more a complete SBOM to be created. There is also a feature within metrics, where the tool provides suggestions if there is potentially a better way to showcase the attributes. There is also the ability to convert between SPDX and CycloneDX SBOM schemas, and to gain insight into vulnerabilities of software through SBOMs. These features allow for developers to create an SBOM that is the most relevant and suits their needs.
### Latest Release: [[v9.2.0-alpha] - (11/30/2023)](doc/changelog.md)
### Latest Release: [[v9.2.1-alpha] - (1/07/2024)](doc/changelog.md)

## System Requirements
- Java 17.X.X
Expand Down
6 changes: 2 additions & 4 deletions api/src/main/java/org/svip/api/SVIPApplication.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,8 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /

*/
package org.svip.api;

import org.springframework.boot.SpringApplication;
Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/controller/DiffController.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/controller/OSIController.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/controller/QAController.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/controller/SBOMController.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/controller/VEXController.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.controller;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.entities;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/entities/SBOMFile.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.entities;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/entities/VEXFile.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.entities;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.entities.diff;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.entities.diff;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.repository;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.requests;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.requests;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.requests;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.requests.diff;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.requests.diff;

Expand Down
5 changes: 2 additions & 3 deletions api/src/main/java/org/svip/api/services/DiffService.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/ **
* Copyright 2021 Rochester Institute of Technology (RIT). Developed with
/** Copyright 2021 Rochester Institute of Technology (RIT). Developed with
* government support under contract 70RCSA22C00000008 awarded by the United
* States Department of Homeland Security for Cybersecurity and Infrastructure Security Agency.
*
Expand All @@ -20,7 +19,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
* /
*/

package org.svip.api.services;

Expand Down
Loading

0 comments on commit df38fb4

Please sign in to comment.