Michael Baumgärtner
Michael Baumgärtner
Blindly trusting the Forwarded header allows anyone to spoof the origin IP. Common ways to address this security problem is to only trust Forwarded headers from trusted sources. Examples of...
Hi, when compiling with Linux I get this error (using version 6.1 and Swift 5): ``` TimeInterval+Formatter.swift:34:38: error: 'DateComponentsFormatter' is unavailable: Not supported in swift-corelibs-foundation public var zeroFormattingBehavior: DateComponentsFormatter.ZeroFormattingBehavior? ^~~~~~~~~~~~~~~~~~~~~~~...
This should fix #43 PR also includes #45 to have working tests.
Not sure if this is intentional. But the room class initializer contains code to deepcopy instances of `Bag` from class attributes to instance variables. Which allows to define ``` Room.items...
Using `def teardown():` for test teardown code was never officially supported by pytest to my best knowledge. Running the tests with pytest 8.2.0 does not succeed because teardown never gets...