Jeffrey Paul
Jeffrey Paul
### Description Insofar as Tide has external dependencies, we should investigate automated dependency management to help reduce the burden of tracking those manually/ourselves. ### Additional Information Examples: - [Renovate](https://github.com/marketplace/renovate/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW45NTk=#pricing-and-setup) -...
@rheinardkorf commented on [Thu Dec 21 2017](https://github.com/wptide/tide-issues/issues/2) The project at https://github.com/JDGrimes/wp-deprecated-code-scanner "scans for all deprecated functions in a codebase". This will be handy as an audit to determine the usage...
Originally reported by @brendan-woods on 21/Dec/17 6:44 PM. Related to #137
Originally reported by @jeffpaul on 30/Oct/17 4:16 PM: Audit server currently uses exec() calls for dealing with git. A similar approach can be taken to deal with svn. Ensure that...
Originally reported on 07/Jul/17 5:46 AM: It would be nice to have the ability to send a zip of the whole Plugins folder, instead of the individual plugins within it....
@mikeschinkel commented on [Wed Jun 13 2018](https://github.com/wptide/tide-issues/issues/8) For reference see the [mention in Slack](https://wordpress.slack.com/archives/C7TK8FBUJ/p1528410056000184). --- @jeffpaul commented on [Wed Jun 13 2018](https://github.com/wptide/tide-issues/issues/8#issuecomment-396973729) Copying in the details from Slack for those...
via Derek: We will need to solve the original ask of spinning up a WP instance on GCP installing a theme and running a LH audit at some point. The...
### Description of the Change Uses https://github.com/marketplace/actions/ghascompliance as a GitHub Action to scan all commits and PRs to `trunk` and `develop` (admitting we might want to dial some of this...
### Description of the Change This builds on from #126 and further configures the [dependency review](https://github.blog/changelog/2022-06-15-configure-dependency-review-for-vulnerability-severity-and-license-type/) for license type (also feasible is the vulnerability severity with the `fail-on-severity` that I've...