dependabot[bot] ee20520e8d Bump postgresql from 42.2.8 to 42.4.1
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.8 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.8...REL42.4.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 01:05:47 +00:00
2020-01-31 14:48:19 +01:00
2020-01-31 14:48:19 +01:00
2020-01-31 22:29:12 +01:00
2022-09-08 01:05:47 +00:00
2020-01-31 22:23:46 +01:00

Indexer of Nuget packages

This indexer can index Artifactory and Nexus repositories for Nuget packages. It allows you to search a Nuget package by a hash of some of its DLL file.

The indexer works in batch it scans what it can and then exits. It tries to scan only newly added Nugets. However, it relies on having good timestamps. You can run it periodically (i.e., polling) or on some event (e.g., Artifactory webhook or inotify event with Nexus).

For Artifactory, it scans a remote server.

For Nexus, it scans repository stored on local filesystem.

Description
No description provided
Readme 8.6 MiB
Languages
Java 100%