-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
…QS pattern (#88) * feat(cb2-14233): update pull test results/modify to remove snowball SQS pattern * Revert "feat(cb2-14233): update pull test results/modify to remove snowball SQS pattern" This reverts commit dea1c41. * feat(cb2-14233): update pull test results/modify to remove snowball SQS pattern * feat(cb2-14233): lint and critical/high vulns * feat(cb2-14233): fix insert handler * Revert "feat(cb2-14233): lint and critical/high vulns" This reverts commit f053a09. * feat(cb2-14233): fix modify handler * feat(cb2-14233): vulns and lint * feat(cb2-14233): addition unit test to cover catch block --------- Co-authored-by: Daniel Searle <[email protected]>
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
// eslint-disable-next-line | ||
export const SEMVER_REGEX = /^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/; | ||
export const SEMVER_REGEX = | ||
/^([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/; | ||
Check warning on line 3 in src/constants.ts GitHub Actions / build-test (18.x)
Check warning on line 3 in src/constants.ts GitHub Actions / scanner
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
Check warning on line 3 in src/constants.ts GitHub Actions / Build / build
|