Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 11, 2021

Bumps @date-io/moment from 1.3.13 to 2.10.8.

Release notes

Sourced from @​date-io/moment's releases.

v2.10.7

Changelog

Some bugfixes and dependency updates:

v2.10.6

This release is finally fixing the problem of outdated builds of published date-io/* releases.

We apologize 🙏 for this publishing issues causing 2.10.0-2.10.5 releases. If you installed any of these versions please update to the latest, those builds are broken and deprecated on npm.

From now on versions of @date-io/* will always be synchronized with @date-io/core package and will never cause version conflict or be outdated.

v2.10.0

Features

2.9.0

Features

  • Add new getDaysInMonth method

v2.8.1

Features

  • Add lib name to the adapter interface

Fixes

  • Remove prettier import, closes #442
  • [Luxon] Properly apply locale for parsed and created date (#443)
  • A lot of dependency updates

v2.7.0

Features 🎉

Fixes 🐛 | Enhancements 🧇

v2.6.1

Breaking changes

N/A

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 11, 2021
@github-actions
Copy link

Thanks for opening a PR! 💯 Please note that all commits must be signed off. This is enforced by the DCO check.

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nms/app/date-io/moment-2.10.8 branch from 0f87853 to 6896e76 Compare May 15, 2021 09:20
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 24, 2021

Superseded by #8.

@dependabot dependabot bot closed this May 24, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nms/app/date-io/moment-2.10.8 branch May 24, 2021 08:34
ymasmoudi pushed a commit that referenced this pull request Jun 22, 2021
* Create a superbuild for Li-agent

Move files into a sub directory

Signed-off-by: Amar Padmanabhan <[email protected]>

* Cleanup submakefile for super build

- Include package dependencies from common
- Add dependency on MAGMA_LOGGING package
- Add dependency on mobilityd grpc, which in turns brings in subscriberdb
which brings in apn
- Remove all include directory directives.

Signed-off-by: Amar Padmanabhan <[email protected]>

* Update makefile and deploy script

Update makefile and deploy script

Signed-off-by: Amar Padmanabhan <[email protected]>

* Move test directory

Move test directory to new location under superbuild


Signed-off-by: Amar Padmanabhan <[email protected]>

* Update li_agent tests for new superbuild

Replace include_directory with target_include_directory
Update Makefile target

Testing done:
1/1 Test #1: test_pdu_generator ...............   Passed    0.02 sec

100% tests passed, 0 tests failed out of 1

Signed-off-by: Amar Padmanabhan <[email protected]>

Co-authored-by: Amar Padmanabhan <[email protected]>
ymasmoudi pushed a commit that referenced this pull request Mar 10, 2022
Addresses one finding (more exist) of magma#11826.

Zero-initialized all instances of `plmn_array[PLMN_BYTES]` (so that they will be null terminated) and enlarged the array by one char to accommodate the null termination.

Fixes the finding:

```
[ RUN      ] TestAMFStateConverter.TestUEm5gmmContextToProto
=================================================================
==15482==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffee811fc86 at pc 0x7f3038dada6d bp 0x7ffee811faa0 sp 0x7ffee811f248
READ of size 7 at 0x7ffee811fc86 thread T0
    #0 0x7f3038dada6c  (/lib/x86_64-linux-gnu/libasan.so.5+0x67a6c)
    #1 0x7f302e641e9b in std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (/lib/x86_64-linux-gnu/libstdc++.so.6+0x145e9b)
    #2 0x7f30383b85f6 in magma::lte::oai::Tai::set_mcc_mnc(char const*) bazel-out/k8-dbg/bin/lte/protos/oai/nas_state_cpp_proto_pb/lte/protos/oai/nas_state.pb.h:11239
```

## Test Plan

Using prototype Bazel build with `--config=asan` validated ASAN finding
is resolved.

Signed-off-by: Scott Moeller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant