File: bandit-fixes-a971142075b29ca9.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (17 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
fixes:
  - |
    Fixes timeout declarations for Bandit 1.7.5 rule additions.
  - |
    Adds a new configuration option ``http_request_timeout``
    to allow for operators to set the amount of time to wait
    for a new request socket to wait. This helps prevent prevent
    a possible hanged connection should the initial packets be
    lost in tranist.
other:
  - |
    Adds a new configuration option ``http_request_timeout``
    which is also accessible utilizing the kernel command line
    option ``ipa-http-request-timeout``. This option helps prevent
    failed connections from hanging the agent. The default is 30
    seconds.