faloker / purify

All-in-one tool for managing vulnerability reports from AppSec pipelines

Home Page:https://faloker.gitbook.io/purify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing project name results in a UI change only

dmspils opened this issue · comments

I just found an interesting nuance when testing with a new report type having just changed the name of a project from project_test to security_knowledge_framework. I created a report out of semgrep and tried to upload it to purify using my standard api call in curl which referenced the header:

--form 'unit=security_knowledge_framework-unit_test'

Each time, it would return a 404 which had me scratching my head as the same command worked perfectly previously.

Clutching at straws, I changed the header to:

--form 'unit=project_test-unit_test'

And it worked! To reiterate, the project name as shown in the UI remains as security_knowledge_framework.