intrigueio / intrigue-core

Discover Your Attack Surface!
https://core.intrigue.io
Other
1.35k stars 262 forks source link

Fixing some discovery task issues #412

Closed adambakalar closed 3 years ago

adambakalar commented 3 years ago

Found some issues with two tasks:

1.) Gitrob:

The task was throwing the following error:

[E] Invalid entity attempted Invalid entity, unable to validate: GithubRepository#intrigueio/intrigue-core

The bug is that the task is trying to create the entity using the old fashioned naming convention. Needed to change FullName to URL.

Kudos to @m-q-t for catching that.

2.) Search Psbdmp:

During linked issue creation the details were defined / added in a way that it led to the created issues overwriting each other. A little re-arrangement fixed that.

jcran commented 3 years ago

Good stuff.

Now that Github Entities require the full url, we'll need to adjust them on the hosted side. cc @shpendk