jens-maus/amissl

View on GitHub

Showing 93 of 93 total issues

Unordered list style
Open

  + Added RIPEMD160 to the default provider.
Severity: Info
Found in CHANGES.md by markdownlint

MD004 - Unordered list style

Tags: bullet, ul

Aliases: ul-style

Parameters: style ("consistent", "asterisk", "plus", "dash"; default "consistent")

This rule is triggered when the symbols used in the document for unordered list items do not match the configured unordered list style:

* Item 1
+ Item 2
- Item 3

To fix this issue, use the configured style for list items throughout the document:

* Item 1
* Item 2
* Item 3

Note: the configured list style can be a specific symbol to use (asterisk, plus, dash), or simply require that the usage be consistent within the document.

Bare URL used
Open

  by https://curl.se/docs/caextract.html dated 26.4.2022.
Severity: Info
Found in CHANGES.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`

Bare URL used
Open

  by https://curl.haxx.se/ca/
Severity: Info
Found in CHANGES.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`

Bare URL used
Open

  by https://curl.haxx.se/ca/
Severity: Info
Found in CHANGES.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`

Trailing punctuation in header
Open

## About:
Severity: Info
Found in .github/release-template.md by markdownlint

MD026 - Trailing punctuation in header

Tags: headers

Aliases: no-trailing-punctuation

Parameters: punctuation (string; default ".,;:!?")

This rule is triggered on any header that has a punctuation character as the last character in the line:

# This is a header.

To fix this, remove any trailing punctuation:

# This is a header

Note: The punctuation parameter can be used to specify what characters class as punctuation at the end of the header. For example, you can set it to '.,;:!' to allow headers with question marks in them, such as might be used in an FAQ.

XXX found
Open

Severity: Minor
Found in include/netinclude/sys/mbuf.h by fixme

FIXME found
Open

        /* FIXME fix for ungetc here */
Severity: Minor
Found in libcmt/refill.c by fixme

XXX found
Open

 * XXX Backward compatibility alert: Older versions of OpenSSL gave some DHE
Severity: Minor
Found in include/openssl/tls1.h by fixme

XXX found
Open

/* Only reqtools.library/XXX() */
Severity: Minor
Found in include/inline/macros.h by fixme

FIXME found
Open

/* FIXME: extension handling is not tested yet. */
Severity: Minor
Found in include/openssl/ts.h by fixme

XXX found
Open

Severity: Minor
Found in include/netinclude/arpa/nameser.h by fixme

FIXME found
Open

 * FIXME: Perhaps the memory and locking code (crypto.h) should declare and
Severity: Minor
Found in include/openssl/engine.h by fixme

FIXME found
Open

            /* FIXME: what is this for? 0x80 is _IORW, nothing related to malloc */
Severity: Minor
Found in libcmt/file.c by fixme
Severity
Category
Status
Source
Language