tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (962B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "Security: PSM"
      6 
      7 origin:
      8  name: NSS
      9  description: nss
     10  url: https://hg-edge.mozilla.org/projects/nss
     11 
     12  release: cea810c3cabddccb8155ae5543ae7cc8be98c595 (2026-01-08T11:14:43Z).
     13  revision: cea810c3cabddccb8155ae5543ae7cc8be98c595
     14 
     15  license: MPL-2.0
     16  license-file: COPYING
     17 
     18 vendoring:
     19  url: https://github.com/nss-dev/nss
     20  source-hosting: github
     21  vendor-directory: security/nss/
     22  skip-vendoring-steps:
     23    - update-moz-build
     24  exclude:
     25    - .hgignore
     26    - .hgtags
     27  keep:
     28    - TAG-INFO
     29  update-actions:
     30    - action: run-script
     31      cwd: '{topsrcdir}'
     32      script: '{cwd}/security/manager/tools/regen_root_ca_metadata.py'
     33 
     34 updatebot:
     35  maintainer-phab: "#nss-reviewers"
     36  maintainer-bz: jschanck@mozilla.com
     37  fuzzy-paths:
     38    - netwerk/base
     39    - security/certverifier
     40    - security/manager/ssl
     41  tasks:
     42    - type: vendoring
     43      enabled: true
     44      frequency: 1 week
     45      blocking: 2009146