Anil Kumar Myla

Results 16 issues of Anil Kumar Myla

If we mention a dependency in pom.xml in the normal format (shown below) scala steward finds the update but fails to process the update and create a PR ``` commons-io...

enhancement
cat:heuristic

This is similar to #1046 but applies the limiting per groupId rather than at a repo level. This will be useful in projects which amalgamate a bunch of modules from...

enhancement

Simlar to https://github.com/dependency-check/dependency-check-gradle/issues/192 ```json { "vulnerability": { "id": "CVE-2020-9493", "dataSource": "https://nvd.nist.gov/vuln/detail/CVE-2020-9493", "namespace": "nvd", "severity": "Critical", "urls": [ "https://www.openwall.com/lists/oss-security/2021/06/16/1", "http://www.openwall.com/lists/oss-security/2021/06/16/1", "https://lists.apache.org/thread.html/r50d389c613ba6062a26aa57e163c09bfee4ff2d95d67331d75265b83@%3Cannounce.apache.org%3E", "http://www.openwall.com/lists/oss-security/2022/01/18/5" ], "description": "A deserialization flaw was found in Apache...

bug
false positive
ecosystem:java

It's been a while since aws sdk v2 came out https://github.com/aws/aws-sdk-java-v2 and boasts better features including non-blocking IO. Not that it is a needed feature, but would be good to...

I'm aware of intellij's hocon plugin that does formatting in place, looking for another lightweight tool that does the same

In its current form `sbt dependencyList` outputs even the current project module in the list of dependencies, which is not really a dependency but a reference to itself. Is it...

Self explanatory with following code ``` Welcome to Scala 2.12.4 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_162). Type in expressions for evaluation. Or try :help. scala> import spray.json._ import spray.json._...

Original issue filed at https://github.com/cb372/sbt-explicit-dependencies/issues/51 Given below deps in build.sbt and latest sbt eco-system ``` libraryDependencies ++= Seq( "com.github.jknack" % "handlebars" % "4.1.2", "com.github.jknack" % "handlebars-jackson2" % "4.1.2" ) ```...

**What happened**: Meta post pull request comments is noisy if multiple commits/multiple builds happen for a pull-request **What you expected to happen**: Ability to tweak the behavior of posting comments...

feature
good first issue

It would be nice if this module provides a simple cli that can be run to read a json file and output dynamodb json

enhancement