Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(build): Add ability to build angularjs with Docker #1

Open
wants to merge 3 commits into
base: 1.8.x
Choose a base branch
from

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    28eb3f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. chore(security): Update files to address security and bugs

    - **ngAnimate:** make animation duration calculation compatible with
    [CSS Animations Level
    2](https://www.w3.org/TR/css-animations-2/#animation-duration)
    - **browserTrigger:** fix focus triggering in IE with jQuery >=3.7.0
    - **$compile:** fix mergeConsecutiveTextNodes logic in for jQuery v4
    preview
    - **$resource:** avoid ReDoS in stripping trailing slashes
    - **Angular:**
      - make a regex used in angular.copy ReDoS-safe
    - **input:** make URL_REGEXP less ambiguous to avoid possible ReDoS
    - **textarea:** avoid interpolating when going back/forward on IE
    - **$filter:** fix ReDoS issue in `currencyFilter`
      - This fixes a [Medium
    Severity](https://security.snyk.io/vuln/SNYK-JS-ANGULAR-2772735) ReDoS
    vulnerability
    ([CVE-2022-25844](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25844)).
    - **ngMocks:** use a more performant regex in `stripQueryAndHash`
    - **$compile:** fix a possible ReDoS in ng-srcset parsing
    tschant committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f38d617 View commit details
    Browse the repository at this point in the history
  2. chore(version): Bump version

    Update dockerfile to allow beta build packaging
    tschant committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    52ff81c View commit details
    Browse the repository at this point in the history