-
Notifications
You must be signed in to change notification settings - Fork 59
Heimdall Development Tips & Tricks
Amndeep Singh Mann edited this page Sep 11, 2024
·
4 revisions
Useful advice while developing the Heimdall application.
- When encountering reactivity issues after a database change, please make sure that the store is properly calling its corresponding "Fetch" command. Otherwise, the frontend will not propagate the database change.
- Run
npx quicktype -s schema -l ts --just-types --prefer-types --prefer-unions -o cyclonedx.d.ts *.schema.json
in theschema
directory of https://github.com/CycloneDX/specification in order to re-generate types for the CycloneDX SBOM format. Then move the generatedcyclonedx.d.ts
file tolibs/hdf-converters/types
.
Helping the overall cybersecurity strength of organizations.
- Home
- How to create a release
- Environment Variables Configuration
- Heimdall Authentication Methods
- Heimdall API Documentation
- Group and User Management
- Heimdall Interface Connections
- Heimdall Architecture Information
- Heimdall Class Diagrams
- Heimdall Development Tips & Tricks
- Heimdall Frontend Components
- Heimdall Processes Documentation
- Heimdall Heroku Documentation
- Developers Code Style
- Troubleshooting
- HDF Converter Mappings
- HDF Converters How Tos
- Manual Attestations
- Control Correlation Identifier (CCI) Converter