James Howe

Results 442 comments of James Howe

Related? https://github.com/gradle/gradle/issues/16927 Is this plugin replaced by a builtin version?

As far as I can tell, all you have to do is add the `input-group` classes and it will be styled as before. https://getbootstrap.com/docs/5.1/forms/input-group/#custom-file-input

Rather than suppressing every individual CVE (including future ones), wouldn't it be better to suppress the CPE?

> There's as many CPEs as CVEs involved here Ah, my mistake. I though they had more in common than just `_project`.

In another project I get the same NPEs for the following: ``` pkg:maven/commons-httpclient/[email protected] pkg:maven/com.fasterxml.woodstox/[email protected] pkg:maven/org.thymeleaf.extras/[email protected] ```

@bjansen that would also explain all the false positives that have appeared at the same time. The OSS Index appears to have a bunch of new CPE/version errors.

@antonilic these are warnings about `NullPointerException`s. They don't break any builds.

@jlstephens89 have a look at the other recent issues. Many users are now being rate-limited when they weren't before, and OSS Index has added various (apparently) new errors causing false...

@aikebah as far as I understand, dependency-check still needs updating to handle the change. Then OSSIndex can stop hiding it from dependency-check user agents.

Please sort this out. It's so infuriating that all optional members in the schema get instantiated as `"Hello World!"`, `1`, etc. instead of using the actual Body I have supplied....