eclipse-score / eclipse-score/inc_security_crypto
Fix all existing deprecation warnings
- Dominant language
- C++
- Stars
- 3
- Forks
- 15
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 24
Description
### What
Deprecation warnings are seen in build.
use this :
``bazel clean && bazel build //score/crypto/... 2>&1 | tee bazel-build.log; grep -in -- 'deprecated' bazel-build.log``
### Acceptance Criteria (DoD)
No Deprecation warnings are visible when bazel targets are built
### How
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
Run the provided `bazel clean && bazel build //score/crypto/...` command and capture output with `tee bazel-build.log`. Review each line matching `deprecated` to locate the affected build targets or C++ sources. Done means rebuilding the specified Bazel targets produces no deprecation warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100