Coder Social home page Coder Social logo

jeremyje / gowebserver Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 7.49 MB

A simple, convenient, reliable, well tested HTTP/HTTPS web server to host static files.

License: Apache License 2.0

Go 73.82% Makefile 6.68% HTML 9.55% JavaScript 7.00% Dockerfile 2.96%
http https webserver

gowebserver's People

Contributors

dependabot-preview[bot] avatar jeremyje avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gowebserver's Issues

DepShield encountered errors while building your project

Depshield will be deprecated soon

Please install our new product, Sonatype Lift with advanced features


The project could not be analyzed because of build errors. Please review the error messages here. Another build will be scheduled when a change to a manifest file* occurs. If the build is successful this issue will be closed, otherwise the error message will be updated.

This is an automated GitHub Issue created by Sonatype DepShield. GitHub Apps, including DepShield, can be managed from the Developer settings of the repository administrators.

* Supported manifest files are: pom.xml, package.json, package-lock.json, npm-shrinkwrap.json, Cargo.lock, Cargo.toml, main.rs, lib.rs, build.gradle, build.gradle.kts, settings.gradle, settings.gradle.kts, gradle.properties, gradle-wrapper.properties, go.mod, go.sum

[DepShield] (CVSS 5.9) Vulnerability due to usage of golang.org/x:crypto:0.0.0-20190219172222-a4c6cb3142f2

Vulnerabilities

DepShield reports that this application's usage of golang.org/x:crypto:0.0.0-20190219172222-a4c6cb3142f2 results in the following vulnerability(s):


Occurrences

golang.org/x:crypto:0.0.0-20190219172222-a4c6cb3142f2 is a transitive dependency introduced by the following direct dependency(s):

gopkg.in/src-d:go-git.v4:4.13.1
        └─ github.com/xanzy:ssh-agent:0.2.1
              └─ golang.org/x:crypto:0.0.0-20190219172222-a4c6cb3142f2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 5.9) Vulnerability due to usage of golang.org/x:crypto:0.0.0-20180904163835-0709b304e793

Vulnerabilities

DepShield reports that this application's usage of golang.org/x:crypto:0.0.0-20180904163835-0709b304e793 results in the following vulnerability(s):


Occurrences

golang.org/x:crypto:0.0.0-20180904163835-0709b304e793 is a transitive dependency introduced by the following direct dependency(s):

gopkg.in/src-d:go-git.v4:4.8.1
        └─ golang.org/x:crypto:0.0.0-20180904163835-0709b304e793

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Multi Serving

Serve multiple directories from a single endpoint. Also support multiple ports.
Probably on config only maybe through flags. This makes this app a v2 product.

Dependabot can't resolve your Go dependency files

Dependabot can't resolve your Go dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

go: gopkg.in/[email protected]: reading gopkg.in/yaml.v2/go.mod at revision v2.3.0: unknown revision v2.3.0

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

[DepShield] (CVSS 5.9) Vulnerability due to usage of golang.org/x:crypto:0.0.0-20190308221718-c2843e01d9a2

Vulnerabilities

DepShield reports that this application's usage of golang.org/x:crypto:0.0.0-20190308221718-c2843e01d9a2 results in the following vulnerability(s):


Occurrences

golang.org/x:crypto:0.0.0-20190308221718-c2843e01d9a2 is a transitive dependency introduced by the following direct dependency(s):

golang.org/x:lint:0.0.0-20190930215403-16217165b5de
        └─ golang.org/x:tools:0.0.0-20190311212946-11955173bddd
              └─ golang.org/x:net:0.0.0-20190311183353-d8887717615a
                    └─ golang.org/x:crypto:0.0.0-20190308221718-c2843e01d9a2

golang.org/x:tools:0.0.0-20191009213438-b090f1f24028
        └─ golang.org/x:net:0.0.0-20190620200207-3b0461eec859
              └─ golang.org/x:crypto:0.0.0-20190308221718-c2843e01d9a2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Support config file

There should be an option to configure this app via config file

/var/lib/gowebserver.yaml
~/.gowebserver.yaml

And yml variants

DepShield encountered errors while building your project

Depshield will be deprecated soon

Please install our new product, Sonatype Lift with advanced features


The project could not be analyzed because of build errors. Please review the error messages here. Another build will be scheduled when a change to a manifest file* occurs. If the build is successful this issue will be closed, otherwise the error message will be updated.

This is an automated GitHub Issue created by Sonatype DepShield. GitHub Apps, including DepShield, can be managed from the Developer settings of the repository administrators.

* Supported manifest files are: pom.xml, package.json, package-lock.json, npm-shrinkwrap.json, Cargo.lock, Cargo.toml, main.rs, lib.rs, build.gradle, build.gradle.kts, settings.gradle, settings.gradle.kts, gradle.properties, gradle-wrapper.properties, go.mod, go.sum

Dependabot can't resolve your Go dependency files

Dependabot can't resolve your Go dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

github.com/jeremyje/gowebserver/cert: cannot find module providing package github.com/jeremyje/gowebserver/cert
	github.com/jeremyje/gowebserver/config: cannot find module providing package github.com/jeremyje/gowebserver/config
	github.com/jeremyje/gowebserver/server: cannot find module providing package github.com/jeremyje/gowebserver/server

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.