ironic/ironic/api/controllers
Julia Kreger 25cc871450 Block ability update callback_url
A malicious user with:

* API access normally reserved for the provisioning,
  cleaning, rescue networks.
* Insight about a node, such as a MAC address, or baremetal node
  UUID.
* Insight into the state of the node, such as the access provided
  to Compute API users, or other Bare Metal API users.

Can submit an erroneous ``heartbeat`` to the ironic-api endpoint
with a ``callback_url`` that is not of the actual intended agent.
This can potentially cause a rescue, cleaning, or deployment
operation to be derailed, or at worst commands to be sent to
to an endpoint the malicious user controls.

Story: 2006773
Task: 37295
Change-Id: I1a5e3c2b34d45c06fb74e82d0f30735ce9041914
(cherry picked from commit 931c125982)
2019-12-16 22:17:22 +00:00
..
v1 Block ability update callback_url 2019-12-16 22:17:22 +00:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base.py Deploy templates: API & notifications 2019-03-04 10:30:16 +00:00
link.py Abstract away pecan.request/response 2019-07-16 17:47:13 +02:00
root.py Add version discovery information to the /v1 endpoint 2018-08-27 10:48:27 +02:00
version.py Abstract away pecan.request/response 2019-07-16 17:47:13 +02:00