hbase/dev-support
Andrew Purtell addace21b6
HBASE-26821 Bump dependencies in /dev-support/git-jira-release-audit (#4193)
Bumps urllib3 from 1.25.8 to 1.26.5 to resolve two dependabot warnings

  CRLF injection (Moderate)
  urllib3 (pip) · dev-support/git-jira-release-audit/requirements.txt

  Catastrophic backtracking in URL authority parser when passed URL containing many @ characters (High)
  urllib3 (pip) · dev-support/git-jira-release-audit/requirements.txt

Bumps cryptography from 2.8 to 3.3.2 to resolve one dependabot warning

  RSA decryption vulnerable to Bleichenbacher timing vulnerability (Moderate)
  cryptography (pip) · dev-support/git-jira-release-audit/requirements.txt

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
2022-03-10 12:25:33 -08:00
..
adhoc_run_tests HBASE-25204 Nightly job failed as the name of jdk and maven changed (#2567) 2020-10-20 16:58:43 +08:00
create-release HBASE-26484 Update vote.tmpl in our create-release scripts to link KEYS from downloads.a.o instead of dist.a.o (#3889) 2021-11-27 20:16:37 +08:00
design-docs HBASE-26486 Attach the new region replication framework design doc to git repo (#3884) 2021-12-31 12:29:48 +08:00
docker HBASE-25604 Upgrade spotbugs to 4.x (#3029) 2021-03-10 14:52:56 +08:00
flaky-tests HBASE-26747 Use python2 instead of python in our python scripts (#4102) 2022-02-09 14:55:16 +08:00
git-jira-release-audit HBASE-26821 Bump dependencies in /dev-support/git-jira-release-audit (#4193) 2022-03-10 12:25:33 -08:00
hbase_docker HBASE-24631 Loosen Dockerfile pinned package versions of the "debian-revision" (#1965) 2020-06-25 21:24:10 +08:00
jenkins-scripts HBASE-26755 HBase website generation should show error details on failure (#4114) 2022-02-14 14:48:45 -06:00
release-vm HBASE-25375 Provide a VM-based release environment (#2754) 2021-01-14 11:21:09 -08:00
Dockerfile HBASE-24631 Loosen Dockerfile pinned package versions of the "debian-revision" (#1965) 2020-06-25 21:24:10 +08:00
HBase Code Template.xml HBASE-6879: Add HBase Code Template 2012-12-04 01:24:18 +00:00
HOW_TO_YETUS_LOCAL.md HBASE-24809 Fix broken Apache Yetus documentation links 2020-08-31 20:57:58 +05:30
Jenkinsfile HBASE-26747 Addendum use python2 directly in Jenkinsfile and Jenkinsfile_Github 2022-02-11 00:03:13 +08:00
Jenkinsfile_GitHub HBASE-26788 Disable Checks API callback from test results in PRs 2022-03-03 10:58:08 +01:00
checkcompatibility.py HBASE-26747 Use python2 instead of python in our python scripts (#4102) 2022-02-09 14:55:16 +08:00
checkstyle_report.py HBASE-26747 Use python2 instead of python in our python scripts (#4102) 2022-02-09 14:55:16 +08:00
eclipse.importorder HBASE-20912 Add import order config in dev support for eclipse (Ankit Singhal and Tak Lon (Stephen) Wu) 2019-04-05 14:36:52 -07:00
gather_machine_environment.sh HBASE-24122 Change machine ulimit-l to ulimit-a so dumps full ulimit rather than just 'max locked memory' 2020-04-06 10:14:21 -07:00
gen_redirect_html.py HBASE-26747 Use python2 instead of python in our python scripts (#4102) 2022-02-09 14:55:16 +08:00
hbase-personality.sh HBASE-26549 hbaseprotoc plugin should initialize maven (#3927) 2021-12-14 23:01:14 +08:00
hbase-vote.sh HBASE-25362 Fix quoting in hbase-vote to avoid voting build failures (#2737) 2020-12-08 23:34:18 -08:00
hbase_docker.sh HBASE-24126 Up the container nproc uplimit from 10000 to 12500 (#1504) 2020-04-13 14:59:16 -07:00
hbase_eclipse_formatter.xml HBASE-20911 correct Swtich/case indentation in formatter template for eclipse (Ankit Singhal) 2019-04-03 16:30:20 -07:00
hbase_nightly_pseudo-distributed-test.sh HBASE-25689 Nightly client integration test is failing after upgrading to log4j2 (#3077) 2021-03-22 23:59:26 +08:00
hbase_nightly_source-artifact.sh HBASE-24422: Remove hbase-native-client code from the master branch (#1766) 2020-05-24 16:19:58 -07:00
hbase_nightly_yetus.sh HBASE-26362 Upload mvn site artifacts for nightly build to nightlies (#3778) 2021-10-21 23:07:30 +08:00
hbasetests.sh HBASE-4495 CatalogTracker has an identity crisis; needs to be cut-back in scope (Mikhail Antonov) 2014-07-02 19:01:04 -07:00
jenkinsEnv.sh HBASE-16667 Building with JDK 8: ignoring option MaxPermSize=256m (Niels Basjes) 2016-09-24 16:07:25 -07:00
jenkins_precommit_github_yetus.sh HBASE-26362 Upload mvn site artifacts for nightly build to nightlies (#3778) 2021-10-21 23:07:30 +08:00
make_patch.sh HBASE-19674: Improve make_patch.sh 2018-01-07 14:41:40 +01:00
make_rc.sh HBASE-21953 Point make_rc.sh at ./create-release/do-release-docker.sh instead 2019-06-12 07:54:30 -07:00
python-requirements.txt HBASE-21712 Make submit-patch.py python3 compatible - ADDENDUM 2019-01-16 09:24:47 +01:00
rebase_all_git_branches.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
smart-apply-patch.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
spotbugs-exclude.xml HBASE-25875 RegionServer failed to start with IllegalThreadStateException due to race condition in AuthenticationTokenSecretManager (#3250) 2021-05-17 12:17:24 +05:30
submit-patch.py HBASE-26747 Use python2 instead of python in our python scripts (#4102) 2022-02-09 14:55:16 +08:00
test-util.sh HBASE-14087 Ensure correct ASF headers for docs/code 2015-07-29 14:25:43 -05:00
zombie-detector.sh HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- yet more formatting 2015-12-03 14:11:01 -08:00