Giter VIP home page Giter VIP logo

artifact-checker's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar phamd1 avatar sellersj avatar

Watchers

 avatar  avatar

Forkers

pombredanne

artifact-checker's Issues

date format needs to be updated to run java 8+

When the app is run under java 11, there are some date formats that fail.

See
https://stackoverflow.com/questions/50248220/java-time-format-datetimeparseexception-text-mi-mai-09-091724-2018-could-no
https://stackoverflow.com/questions/46244724/jdk-dateformatter-parsing-dayofweek-in-german-locale-java8-vs-java9

Failing tests
AppTest getDeploymentDateAsStringActualValueHasManySpacesInIt
AppTest getDeploymentDateAsStringActualValue
ArtifactAttributesTest getDeploymentDateHasAllValues

The issue is DateUtils#parseToDate
Example input: "Thu Mar 5 07:05:10 2015"

capture the maven artifacts created by a project

For projects that can do a successful clone, we can capture what artifacts are created. If we capture this, then we can create processes to clean up artifacts outside this project.

This can be done via command line like. We should put it into a standard maven format that matches dependency:tree or similar (below is an example, not the actual correct format)

mvn -q exec:exec -Dexec.executable='echo' -Dexec.args='${project.groupId} ${project.artifactId} ${project.version} ${project.packaging}'

allow optional suppression files for owasp dependency check

Not sure what the best way to do this right now.

Options

  • runtime arg for suppression files
  • drop suppression file into a directory like target/owasp-dependency-check-suppression/ and auto detect if those files are there
  • env var with file
  • detect (somehow) if the value is set in the settings.xml

a way to correct when source control moved

Currently there is an assumption that source code is either under tools host or in github. We need to put into place it linking to the cloud repo and have the source links pointing to the correct place.

It might make sense to have a fully different file that just has these corrections.

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.