-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
PATCH v1/project/{id} doesn't update externalReferences #2695
Comments
heubeck
added a commit
to heubeck/dependency-track
that referenced
this issue
Apr 20, 2023
heubeck
added a commit
to heubeck/dependency-track
that referenced
this issue
Apr 20, 2023
heubeck
added a commit
to heubeck/dependency-track
that referenced
this issue
Apr 20, 2023
heubeck
added a commit
to heubeck/dependency-track
that referenced
this issue
Apr 20, 2023
Signed-off-by: Florian Heubeck <[email protected]>
heubeck
added a commit
to heubeck/dependency-track
that referenced
this issue
Apr 20, 2023
Signed-off-by: Florian Heubeck <[email protected]>
2 tasks
nscuro
added a commit
that referenced
this issue
Apr 26, 2023
…alProjectRefs Issue #2695: Add externalReferences to PATCH project
nscuro
pushed a commit
to nscuro/dependency-track
that referenced
this issue
Apr 30, 2023
Signed-off-by: Florian Heubeck <[email protected]>
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Behavior
A project imported via the api using
PUT v1/bom
which BOM doesn't contain any externalReferences shall is updated usingPATCH v1/project/{id}
with externalReferences, but api server responds with 304.Reproducing on api-server 4.8.0 using curl:
Result: http 304, no change in the project
Further properties to the PATCH payload get respected and the project changes.
Steps to Reproduce
Expected Behavior
external references can get updated using PATCH v1/project/{id}
Dependency-Track Version
4.8.0
Dependency-Track Distribution
Container Image
Database Server
PostgreSQL
Database Server Version
14
Browser
Google Chrome
Checklist
The text was updated successfully, but these errors were encountered: