cloudfoundry/stratos

View on GitHub

Showing 1,155 of 1,370 total issues

Bare URL used
Open

`include` | `space.auditors` | [HIGH] | See [2] | we might be able to fetch this via new users endpoints described in https://docs.google.com/document/d/1EA65UN3Xsi0EuX-3YfbFNqtJGseFr6FGBt2SR9c4Aqk/edit#heading=h.n1xhc33y2wyj
Severity: Info
Found in docs/cf-api-v3.md by markdownlint

MD034 - Bare URL used

Tags: links, url

Aliases: no-bare-urls

This rule is triggered whenever a URL is given that isn't surrounded by angle brackets:

For more information, see http://www.example.com/.

To fix this, add angle brackets around the URL:

For more information, see <http:></http:>.

Rationale: Without angle brackets, the URL isn't converted into a link in many markdown parsers.

Note: if you do want a bare URL without it being converted into a link, enclose it in a code block, otherwise in some markdown parsers it will be converted:

`http://www.example.com`

Headers should be surrounded by blank lines
Open

## Description

MD022 - Headers should be surrounded by blank lines

Tags: headers, blank_lines

Aliases: blanks-around-headers

This rule is triggered when headers (any style) are either not preceded or not followed by a blank line:

# Header 1
Some text

Some more text
## Header 2

To fix this, ensure that all headers have a blank line both before and after (except where the header is at the beginning or end of the document):

# Header 1

Some text

Some more text

## Header 2

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headers that don't have a blank line before, and will parse them as regular text.

TODO found
Open

      # TODO: Automatically create a PR

TODO found
Open

  // TODO: See #150 - This should not require loading the specific version and then the readme

TODO found
Open

    // TODO: See #150 - keep out RC bring back after demo

TODO found
Open

        // TODO: Only match those with the same namespace ????

TODO found
Open

  // TODO This should also pass page size for apis that use start=&end= params.

FIXME found
Open

// FIXME: Final solution for Metrics - STRAT-152

FIXME found
Open

// FIXME: Add typings, should be done with #1477

TODO found
Open

        // TODO: Use sendError

TODO found
Open

    // TODO should be an extension point
Severity: Minor
Found in src/jetstream/authcnsi.go by fixme

FIXME found
Open

  // FIXME: Remove pagination key from get all requests. This might need some investigation regarding places where we use different keys

FIXME found
Open

// FIXME: Add typings, should be done with #1477

TODO found
Open

    // TODO

TODO found
Open

    //TODO: Token expiry

TODO found
Open

//TODO this could be moved back to cnsis subpackage, and extensions could import it?

TODO found
Open

TODO: update this readme

FIXME found
Open

// FIXME: These actions are user related however return either an org or space entity. These responses can be ignored and not stored, need
Severity
Category
Status
Source
Language