Requirement4TlpWhiteAccessible

Represents Requirement 4: TLP:WHITE.

We make use of the HttpResponse / HttpRequest to check for a "good" status code and check for the (non)-existence of authorization headers in the request.

Functions

Link copied to clipboard
open override fun check(ctx: RetrievalContext): <Error class: unknown class>
Link copied to clipboard

Creates a new Requirement that specifies that either this or the other requirement must be fulfilled.

Link copied to clipboard
operator fun Requirement.plus(other: Requirement): Requirement

Creates a new Requirement that specifies that this this and the other requirement must be fulfilled.