binoculars/aws-sigv4

View on GitHub

Showing 5 of 5 total issues

Function config has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function config(target) {
    return {
        entry: [
            './src/index.js'
        ],
Severity: Major
Found in webpack.config.js - About 2 hrs to fix

Function buildCanonicalRequest has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

export async function buildCanonicalRequest(httpRequestMethod, canonicalURI, canonicalQueryString, canonicalHeaders,
                                            signedHeaders, requestPayload='') {
Severity: Minor
Found in src/index.js - About 45 mins to fix

Function sign has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export async function sign(secretAccessKey, date, region, service, stringToSign) {
Severity: Minor
Found in src/index.js - About 35 mins to fix

TODO found
Open

            /* TODO */
Severity: Minor
Found in webpack.config.js by fixme

TODO found
Open

            /* TODO */
Severity: Minor
Found in webpack.config.js by fixme
Severity
Category
Status
Source
Language