eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
519 stars 123 forks source link

Changed value of rows for maven central requests #504

Closed serenaponta closed 3 years ago

serenaponta commented 3 years ago

With the previous value of rows (1000), requests return 400, e.g.,

https://search.maven.org/solrsearch/select?q=g:%22commons-fileupload%22%20AND%20a:%22commons-fileupload%22&core=gav&rows=1000

rows=989 seems to be the max allowed value. However I didn't find any information in the api guide.