ironic/ironic/api
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
..
controllers Block ability update callback_url 2019-12-16 22:17:22 +00:00
middleware Remove XML support in parsable_error middleware 2019-06-03 14:11:29 -07:00
__init__.py Abstract away pecan.request/response 2019-07-16 17:47:13 +02:00
app.py Use HTTPProxyToWSGI middleware from oslo 2019-08-02 12:29:37 +00:00
config.py Fix W504 errors 2018-05-09 06:11:30 -07:00
expose.py Disable XML now that we have WSME/Pecan support 2015-04-06 09:31:09 -07:00
hooks.py Use HTTPProxyToWSGI middleware from oslo 2019-08-02 12:29:37 +00:00
wsgi.py Remove deprecated app.wsgi script 2019-07-01 18:16:44 +02:00