-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependabot configuration and security fixes #169
Conversation
e560b6a
to
d875e4f
Compare
Codecov Report
@@ Coverage Diff @@
## main #169 +/- ##
==========================================
- Coverage 29.13% 29.10% -0.04%
==========================================
Files 203 203
Lines 18151 18163 +12
==========================================
- Hits 5289 5287 -2
- Misses 12476 12489 +13
- Partials 386 387 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -208,7 +208,7 @@ | |||
case strings.Contains(r.URL.EscapedPath(), "v2") || strings.Contains(r.URL.EscapedPath(), "v1"): | |||
// direct access on get is allowed via the proxy on v2 indices | |||
case !strings.HasPrefix(r.URL.EscapedPath(), "/_cat"): | |||
http.Error(w, fmt.Sprintf("path %s is not allowed on esProxy", r.URL.EscapedPath()), http.StatusBadRequest) | |||
http.Error(w, fmt.Sprintf("path %q is not allowed on esProxy", r.URL.EscapedPath()), http.StatusBadRequest) |
Check warning
Code scanning / CodeQL
Reflected cross-site scripting
* WIP: misc fixes to support harvesting from WikiBase sparql endpoint. * update .gitignore * Cleanup the test and added wikibase test data.
* HUB-450: added sublogger functionality * HUB-226: added source to DaoConfig * defaultimagepath * no-return * no-return-2 * HUB-470: http response code 200 instead of 500 for deleting mets endpoint * file gets deleted even when not in elasticsearch * delete mets with source path * delete mets on sourcepath + * return error in case of file not found * HUB-486 start cannot be greater than end * end = 0 om het einde op te vragen * review comments Co-authored-by: bbimmerman <bram.bimmerman@nationaalarchief.nl> Co-authored-by: Sjoerd Siebinga <sjoerd.siebinga@gmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* fixes: for dependabot codescanning issues. * added github workflow configurations for codeql and dependency-review * fixes: update namespace tests and configuration. * update go mod * update go dependecies. * update go dependecies. * fixed upgrade issues with gitea library. * misc fixes to support harvesting from WikiBase sparql endpoint. (#168) * WIP: misc fixes to support harvesting from WikiBase sparql endpoint. * update .gitignore * Cleanup the test and added wikibase test data. * Feature/mets logging (#164) * HUB-450: added sublogger functionality * HUB-226: added source to DaoConfig * defaultimagepath * no-return * no-return-2 * HUB-470: http response code 200 instead of 500 for deleting mets endpoint * file gets deleted even when not in elasticsearch * delete mets with source path * delete mets on sourcepath + * return error in case of file not found * HUB-486 start cannot be greater than end * end = 0 om het einde op te vragen * review comments Co-authored-by: bbimmerman <bram.bimmerman@nationaalarchief.nl> Co-authored-by: Sjoerd Siebinga <sjoerd.siebinga@gmail.com> Co-authored-by: Wouter Pluut <wouter.pluut@pluut.nl> Co-authored-by: bbimmerman <bram.bimmerman@nationaalarchief.nl>
This pull-request updates the configuration of how pull-requests are scanned for vulnerabilities.
Until nats is replaces we will have to force merging requests, because we can't upgrade the current NATS versions without a refactor. This seems a waste of time, since we are going to replace it anyway.