Commits on Source (2)
-
Adam Cohen authored
- Ensure only URLs using the scheme http, https and ftp are allowed Changelog: fixed
-
Adam Cohen authored
Ignore invalid URLs See merge request !2877 Merged-by:
Adam Cohen <acohen@gitlab.com> Approved-by:
Aditya Tiwari <atiwari@gitlab.com> Reviewed-by:
Aditya Tiwari <atiwari@gitlab.com>
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 3 additions, 1 deletionGemfile.lock
- lib/gcs/version.rb 1 addition, 1 deletionlib/gcs/version.rb
- lib/gcs/vulnerability.rb 6 additions, 1 deletionlib/gcs/vulnerability.rb
- spec/fixtures/converter/expect/grype-dotnet.json 1 addition, 1 deletionspec/fixtures/converter/expect/grype-dotnet.json
- spec/fixtures/converter/expect/grype-with-language.json 1 addition, 1 deletionspec/fixtures/converter/expect/grype-with-language.json
- spec/fixtures/converter/expect/trivy-alpine-cs-schema-model-15.json 1 addition, 1 deletion...res/converter/expect/trivy-alpine-cs-schema-model-15.json
- spec/fixtures/converter/expect/trivy-alpine-with-invalid-urls.json 75 additions, 0 deletions...ures/converter/expect/trivy-alpine-with-invalid-urls.json
- spec/fixtures/converter/expect/trivy-alpine-without-default-branch-image.json 1 addition, 1 deletion...ter/expect/trivy-alpine-without-default-branch-image.json
- spec/fixtures/converter/expect/trivy-alpine.json 1 addition, 1 deletionspec/fixtures/converter/expect/trivy-alpine.json
- spec/fixtures/converter/expect/trivy-centos.json 3 additions, 9 deletionsspec/fixtures/converter/expect/trivy-centos.json
- spec/fixtures/converter/expect/trivy-debian.json 1 addition, 1 deletionspec/fixtures/converter/expect/trivy-debian.json
- spec/fixtures/converter/expect/trivy-with-language.json 1 addition, 1 deletionspec/fixtures/converter/expect/trivy-with-language.json
- spec/fixtures/converter/scanner_output/trivy-alpine-with-invalid-urls.json 81 additions, 0 deletions...verter/scanner_output/trivy-alpine-with-invalid-urls.json
- spec/gcs/converter_spec.rb 9 additions, 1 deletionspec/gcs/converter_spec.rb
... | ... | @@ -12,3 +12,4 @@ gem "rspec", "~> 3.0" |
gem "rspec_junit_formatter" | ||
gem "rspec-parameterized", require: false | ||
gem "climate_control", "~> 1.0" | ||
gem 'rspec-json_expectations' |