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

assign inputs and outputs to all elements #89

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

nineinchnick
Copy link
Collaborator

Assign inputs and outputs to all elements. This allows creating threats with more fine grained conditions. A most basic condition is to match only elements with incoming dataflows (open ports) using any(target.inputs). A more advanced is to match clients of particular services by inspecting all outgoing dataflows: any(f.sink.oneOf(Datastore) and f.sink.isSQL for f in target.outputs)

@nineinchnick nineinchnick requested a review from izar as a code owner March 20, 2020 13:35
@ghost
Copy link

ghost commented Mar 20, 2020

Congratulations 🎉. DeepCode analyzed your code in 2.007 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

👉 View analysis in DeepCode’s Dashboard

@nineinchnick nineinchnick force-pushed the incoming-dataflow branch 2 times, most recently from f9fe7cd to 233a121 Compare March 31, 2020 18:10
Copy link
Collaborator

@izar izar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go, thanks!

@izar izar merged commit 37ad56e into OWASP:master Jun 16, 2020
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.

2 participants