Releases: nyph-infosec/daggerboard
Daggerboard API
Integrated External Scripts and added DaggerBoard REST API
This pull request includes significant enhancements to the existing Django application. Here's a summary of the changes:
-
Integration of external scripts: Previously, the application relied on scripts that were outside the main program. These scripts have now been integrated within the Django framework, improving the cohesion of the application and making it easier to manage and maintain.
-
Addition of a REST API: A new API has been added using the Django REST Framework. This API provides a structured way for external applications to interact with our application, opening up new possibilities for integration and automation.
These changes represent a major step forward for our application, making it more robust, easier to use, and more flexible in terms of integration with other systems.
1.0.3 - Daggerboard
v1.0.3
- Updated scripts that populate CVE and CPE information from NVD data feeds in a local DB file.
SHA256: 5a336bcaa98efb5f88f8e1295d00c0e03f43daabcfa3413c9899baf314f58b4c get_nvd_data_feed
SHA256: c3d153c6efa195f33f461af6e1ccab8ae28d3a7eeae4547eee51efe2079e4724 get_nvd_data_feed_daily
- Updated installer and Docker image for Daggerboard provided
SHA256: 3d0987664bb7398baedae32eb0e4f462e20d2a1322100fe8f53a7ebcbd62c8c9 DaggerBoard_Installer.bin
SHA256: c532a33d4b9c9865d8b89682307468b130566ef81fd63c9cd67281be83a6cfa9 daggerboard_docker_image.tgz
1.0.2 - Daggerboard
v1.0.2
-Updated code to remove |safe tags in Django templates. This was done to prevent potential XSS vulnerabilities.
Installer script, Docker image, and SBOM for Daggerboard images (Docker and standalone app) provided.
Note: Apache Parquet vulnerabilities will appear when analyzing the attached SBOM for Daggerboard. This does not apply to Daggerboard, as Apache Parquet is not in use. It appears that the RQ package name matched Parquet.
1.0.1 - Daggerboard
v1.0.1 Django Update - Update to Django framework from version 3.2.10 to 3.2.13.
Installer script, Docker image, and SBOM for Daggerboard images (Docker and standalone app) provided.
Note: Apache Parquet vulnerabilities will appear when analyzing the attached SBOM for Daggerboard. This does not apply to Daggerboard, as Apache Parquet is not in use. It appears that the RQ package name matched Parquet.
1.0.0 - Daggerboard
v1.0.0 Daggerboard Initial release - Installer script, Docker image, and SBOMs for Daggerboard images (Docker and standalone app) have been attached.