Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stored, sent and received data assets are always processed #58

Closed
wants to merge 66 commits into from

Conversation

ezavgorodniy
Copy link
Collaborator

The PR is copied and manually applied from #18, for any discussions if it help to clarify please take a look at the original

aceg1k
aceg1k commented on Jun 29, 2021
Hi,

thank you very much for your great work on this project, I hope it is still active and open for pull requests.

Rationale
Whenever data assets are stored, sent or received by a technical asset they are also processed in some way by that technical asset. This leads to tight coupling of data_assets_processed with data_assets_stored, data_assets_sent and data_assets_received (relating to both, outgoing and incoming communication links). IMHO data_assets_processed is of almost no practical use, when a data asset processed is not stored and not transferred somewhere.

Proposal
Infer data_assets_processed based on data assets stored and data assets used in outgoing and incoming communication links and do not require data_assets_processed to be set and continuously maintained.

As a stored data asset always implies a processed data asset some of the code became redundant and was removed.

I look forward to your feedback!

joreiche and others added 30 commits December 4, 2023 14:39
- addressed snyk vuln reports
- added resolution of home dir (~, $HOME) for paths passed as command line arguments for ease of use in goland build configs
…to cobra implementation; add flags for already ported commands
Move parsing types closer to type definition
…tead to allow marshaling the data to pass to plugins
Move server related files into package
Yevhen Zavhorodnii and others added 27 commits January 5, 2024 13:09
…del shall be only parsed input model information and not deal with applying risks
…t structure

- added application description to schema and input structure
- added contact information to author and contributors to schema and input structure
- eliminated globals
=> TODO: add the added items to the generated report
- resolved issues flagged by gosec
- forced package update for packages with available upstream fixes
- configured grype to ignore issues in packages without available fixes
@ezavgorodniy
Copy link
Collaborator Author

wrong location

@joreiche joreiche deleted the pr-18-transfer branch February 2, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants