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

Dev #376

Merged
merged 113 commits into from
Dec 18, 2023
Merged

Dev #376

merged 113 commits into from
Dec 18, 2023

Commits on Mar 24, 2023

  1. Merge pull request #211 from Privado-Inc/dev

    Release: 24th March 2023
    hiteshbedre authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1d86c5b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge pull request #215 from Privado-Inc/dev

    Release: 29 March 2023
    hiteshbedre authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e9a8667 View commit details
    Browse the repository at this point in the history
  2. Python GA support

    hiteshbedre authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f6437df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #217 from Privado-Inc/python_readme

    Python GA support
    hiteshbedre authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    24aa667 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 13, 2023

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

Commits on Apr 15, 2023

  1. updated mac address rule (#225)

    * updated mac address rule
    
    * removed workforce dir
    
    ---------
    
    Co-authored-by: “Hitesh <hitesh.bedre@privado.com>
    hiteshbedre and “Hitesh authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    02d4be6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge pull request #224 from Privado-Inc/dev

    Rules/third party java (#223)
    pandurangpatil authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    90a9070 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge pull request #229 from Privado-Inc/dev

    webforms collection rule (#228)
    pandurangpatil authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5b9c92f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request #231 from Privado-Inc/dev

    Changed webform rules to be used for any language frontend (#230)
    pandurangpatil authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    26ec1df View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge pull request #233 from Privado-Inc/dev

    Javascript rule enhancement 1 (#232)
    pandurangpatil authored May 3, 2023
    Configuration menu
    Copy the full SHA
    afb47ca View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 11, 2023

  1. Merge pull request #240 from Privado-Inc/dev

    Javascript storage rules (#239)
    pandurangpatil authored May 11, 2023
    Configuration menu
    Copy the full SHA
    abdb1a7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request #242 from Privado-Inc/dev

    Release 15th May 2023: Added Basic Audit Rules
    pandurangpatil authored May 15, 2023
    Configuration menu
    Copy the full SHA
    707d612 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #244 from Privado-Inc/dev

    Release 17th May 2023: Audit utility rule fixed
    pandurangpatil authored May 17, 2023
    Configuration menu
    Copy the full SHA
    e9b2613 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

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

Commits on Jun 2, 2023

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

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d1df68f View commit details
    Browse the repository at this point in the history
  2. add - cookie as sink

    khemrajrathore committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    404738f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e37789 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #267 from Privado-Inc/cookieAsSink

    add - cookie as sink
    khemrajrathore authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    70bd27a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    0d0c2f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #268 from Privado-Inc/remove-redundant-ruby-rules

    Remove redundant ruby sdk rules
    khemrajrathore authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8915728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05898eb View commit details
    Browse the repository at this point in the history
  4. Ruby/third party sdk secondary (#269)

    * Added rules for third party sdks in the db
    
    * added some more third parties
    
    * refactor rules
    karan-batavia authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e687608 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Handling of rule to select element split over multiple lines (#270)

    * Handling of rule to select element split over multiple lines
    
    If the tag is split into multiple lines then the existing regex was
    failing to detect the element. Like the below code sample.
    Handled respective use case along with the addition of corresponding
    unit test
    
    ```
    <ComplexInputField
                        name={FIELDS.SURNAME}
                        label={messages.surName.placeholder}
                        value={values?.surname}
                        error={errors.surname}
                      />
    ```
    
    * rule fix
    pandurangpatil authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8f81224 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge pull request #271 from Privado-Inc/dev

    Release
    pandurangpatil authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    637acc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Update README.md (#272)

    dbMundada authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    694e34d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Js sdk fixes (#274)

    * Python GA support
    
    * updated mac address rule (#225)
    
    * updated mac address rule
    
    * removed workforce dir
    
    ---------
    
    Co-authored-by: “Hitesh <hitesh.bedre@privado.com>
    
    * Fix the sdk rules for javascript
    
    * Update the okta rule
    
    * Remove unwanted rules
    
    ---------
    
    Co-authored-by: hiteshbedre <32206192+hiteshbedre@users.noreply.github.com>
    Co-authored-by: KhemrajSingh Rathore <khemraj.rathore@privado.ai>
    Co-authored-by: “Hitesh <hitesh.bedre@privado.com>
    Co-authored-by: Pandurang Patil <pandurang.patil@gmail.com>
    5 people authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    eacdb95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a52a047 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Ruby http libraries (#278)

    * Support for Ruby HTTP client rules
    
    * Update the apiHttpLibraries rule for ruby
    dbMundada authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bdb392b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    aedbee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00ec548 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge pull request #279 from Privado-Inc/sources/p-chars

    Sources/p chars
    HiteshMah-Jan authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0a37618 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Ruby SDK + JS Fixes (#282)

    * Support for Ruby HTTP client rules
    
    * Update the apiHttpLibraries rule for ruby
    
    * Additional ruby sdk + minor JS fixes
    
    * Minor corrections in rules
    
    * Fix the typo in fetchapi
    dbMundada authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    35ef43e View commit details
    Browse the repository at this point in the history
  2. JS Fixes (#283)

    * Ruby http libraries (#278)
    
    * Support for Ruby HTTP client rules
    
    * Update the apiHttpLibraries rule for ruby
    
    * Update personal_characteristics.yaml
    
    * Ruby SDK + JS Fixes (#282)
    
    * Support for Ruby HTTP client rules
    
    * Update the apiHttpLibraries rule for ruby
    
    * Additional ruby sdk + minor JS fixes
    
    * Minor corrections in rules
    
    * Fix the typo in fetchapi
    
    ---------
    
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    dbMundada and HiteshMah-Jan authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0d3345d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Sources/click stream ddhq (#284)

    * add datadog initialization params which default track click behaviour
    
    * Add IndexedDB storage rule
    
    ---------
    
    Co-authored-by: Datta Mundada <dbmundada333@gmail.com>
    HiteshMah-Jan and dbMundada authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    27ed015 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 2, 2023

  1. Laundarkly fix (#287)

    * Remove useFlags method from launchdarkly sdk
    
    * Minor correction in laundarkly fix
    
    * JS sdk fixes -1
    
    * Fix code-review comment
    dbMundada authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3850845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5046cd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #291 from Privado-Inc/master-merge

    Master merge
    dbMundada authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4a96768 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dev' into sources/vehicle-data

    Hitesh Mahajan authored and Hitesh Mahajan committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    669f21c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/dev' into sources/biometric

    Hitesh Mahajan authored and Hitesh Mahajan committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    40ac9c5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #289 from Privado-Inc/sources/vehicle-data

    Sources/vehicle data
    dbMundada authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    dced08d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #280 from Privado-Inc/sources/biometric

    Sources/biometric
    dbMundada authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    133ad0a View commit details
    Browse the repository at this point in the history
  8. Dev (#285)

    * Sources/click stream ddhq (#284)
    
    * add datadog initialization params which default track click behaviour
    
    * Add IndexedDB storage rule
    
    ---------
    
    Co-authored-by: Datta Mundada <dbmundada333@gmail.com>
    
    * vehicle registration rule
    
    * Laundarkly fix (#287)
    
    * Remove useFlags method from launchdarkly sdk
    
    * Minor correction in laundarkly fix
    
    * JS sdk fixes -1
    
    * Fix code-review comment
    
    ---------
    
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    Co-authored-by: Hitesh Mahajan <hitesh@Hiteshs-MacBook-Pro.local>
    3 people authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    0b53a04 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 11, 2023

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

Commits on Aug 28, 2023

  1. Ruby august release (#294)

    * change - wechat rule
    
    * fix - tencent cloud
    
    * add - thirdParty api
    
    * add - new rules in ruby
    
    * add more rules
    khemrajrathore authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fa2c555 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #296 from Privado-Inc/dev

    Ruby august release (#294)
    khemrajrathore authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f7da5b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daeeb1a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 31, 2023

  1. Add Graphql rules as API rules (#299)

    * Add Graphql rules as API rules
    
    * Add client creation baseurl detection pattern
    
    * Add mongodb rule for models
    dbMundada authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    159a81d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Add OpenAI sdk rules (#302)

    * Add OpenAI sdk rules
    
    * Fix code review comments
    dbMundada authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c6ea78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d58e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a971df0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4713e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    310cce6 View commit details
    Browse the repository at this point in the history
  2. Added rules for ruby third party (#295)

    * Added rules for ruby third party
    
    * removed already existing rule
    
    * added hellosign rule
    
    * code refactoring
    ankit-privado authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7af1486 View commit details
    Browse the repository at this point in the history
  3. Update online_identifiers.yaml (#305)

    * Update online_identifiers.yaml
    
    * fix - redis rule in ruby
    
    * new rules
    
    ---------
    
    Co-authored-by: root <root@ip-172-31-4-154.eu-west-1.compute.internal>
    khemrajrathore and root authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9c00776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e70bb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. [goSrc2cpg] - Added Golang storage rule (#309)

    * Added golang storage rule
    
    * golang rule change
    ankit-privado authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    d595403 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Go: leakage sink (#310)

    * leakage sink
    
    * added leakage rules based on package name
    
    ---------
    
    Co-authored-by: “Hitesh <hitesh.bedre@privado.com>
    hiteshbedre and “Hitesh authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5e3bdcd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. default config for zeromq sockets (#311)

    * Dev (#285)
    
    * Sources/click stream ddhq (#284)
    
    * add datadog initialization params which default track click behaviour
    
    * Add IndexedDB storage rule
    
    ---------
    
    Co-authored-by: Datta Mundada <dbmundada333@gmail.com>
    
    * vehicle registration rule
    
    * Laundarkly fix (#287)
    
    * Remove useFlags method from launchdarkly sdk
    
    * Minor correction in laundarkly fix
    
    * JS sdk fixes -1
    
    * Fix code-review comment
    
    ---------
    
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    Co-authored-by: Hitesh Mahajan <hitesh@Hiteshs-MacBook-Pro.local>
    
    * Python: Stripe Rule (#298)
    
    * Removed duplicate rule (#303) (#304)
    
    * default config for zeromq sockets
    
    ---------
    
    Co-authored-by: Datta Mundada <dbmundada333@gmail.com>
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    Co-authored-by: Hitesh Mahajan <hitesh@Hiteshs-MacBook-Pro.local>
    Co-authored-by: KhemrajSingh Rathore <khemraj.rathore@privado.ai>
    Co-authored-by: hiteshbedre <32206192+hiteshbedre@users.noreply.github.com>
    6 people authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    eb4f769 View commit details
    Browse the repository at this point in the history
  2. Golang storage rule (#312)

    * Added golang storage rule
    
    * golang rule change
    
    * fix go rule
    
    * fix amazons3 domains rule
    
    * Added rule for go sqlx
    
    * Updated s3 rules
    
    ---------
    
    Co-authored-by: Ankit Kumar <ankit.kumar@privado.ai>
    hiteshbedre and ankit-privado authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6d6c8e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    8c1cfd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #313 from Privado-Inc/golang-zerolog-rule

    Golang zerolog rules
    ankit-privado authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2dd1a77 View commit details
    Browse the repository at this point in the history
  3. changed redis rules

    ankit-privado committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    aa493da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f74c30e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #314 from Privado-Inc/golang-redis-rules

    Golang redis rules
    ankit-privado authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    60d83b3 View commit details
    Browse the repository at this point in the history
  2. Go: Storage Rules (#317)

    * go: database rule
    
    * go: storage support
    
    * go: divided into read and readandwrite rules
    
    * divided rule into two
    
    * go: corrected weaviate rule
    
    ---------
    
    Co-authored-by: “Hitesh <hitesh.bedre@privado.com>
    hiteshbedre and “Hitesh authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0ae53f6 View commit details
    Browse the repository at this point in the history
  3. Golang storage rules (#318)

    * storage rules
    
    * arangodb go rule fix
    
    * added storage rules
    ankit-privado authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a78f108 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #316 from Privado-Inc/go

    Go: Leakage and storage rules
    pandurangpatil authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7a2535c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    0e1bb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edcc200 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Parallel comparison report (#326)

    * parallel processing for comparison report
    
    * change standalone ref to parallel-test
    
    * change zip command to get only one folder
    
    * change ref to main
    karan-batavia authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c541ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c932b61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71eef7c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 24, 2023

  1. Merge pull request #333 from Privado-Inc/rules/tp-sdk-vertx

    vertx.io is not a third party, its a toolkit
    HiteshMah-Jan authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e18d51c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Merge pull request #336 from Privado-Inc/sources/acc-password

    Update Account Password.
    HiteshMah-Jan authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    39e2405 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Go GORM rules (#338)

    pandurangpatil authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6abc40e View commit details
    Browse the repository at this point in the history
  2. go: API Tagger (#331)

    * go: API Tagger
    
    * added internal api rule
    
    * added do method
    
    ---------
    
    Co-authored-by: “Hitesh <hitesh.bedre@privado.com>
    hiteshbedre and “Hitesh authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    03f880a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. [gosrc2cpg] - Added third party rules (#335)

    * Added go third party rules
    
    * Added more GO third parties
    
    * Added more rules
    
    * added more rules
    
    * go rule fix
    
    * go third party rule fix
    
    * go third party backslash fix
    
    * go third parties rule fix
    ankit-privado authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ed48f2b View commit details
    Browse the repository at this point in the history
  2. [gosrc2cpg] - storage framework rules (#340)

    * added gorm rule
    
    * fix gorm rule
    
    * added more storage rules
    
    * Added more framework rules
    
    * dummy-commit
    ankit-privado authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    679d061 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    dca0e6c View commit details
    Browse the repository at this point in the history
  2. Python/3p/cherrypy (#308)

    * Dev (#285)
    
    * Sources/click stream ddhq (#284)
    
    * add datadog initialization params which default track click behaviour
    
    * Add IndexedDB storage rule
    
    ---------
    
    Co-authored-by: Datta Mundada <dbmundada333@gmail.com>
    
    * vehicle registration rule
    
    * Laundarkly fix (#287)
    
    * Remove useFlags method from launchdarkly sdk
    
    * Minor correction in laundarkly fix
    
    * JS sdk fixes -1
    
    * Fix code-review comment
    
    ---------
    
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    Co-authored-by: Hitesh Mahajan <hitesh@Hiteshs-MacBook-Pro.local>
    
    * Python: Stripe Rule (#298)
    
    * Removed duplicate rule (#303) (#304)
    
    * Delete rules/sinks/third_parties/sdk/cherrypy/python.yaml
    
    cherrypy is a framework not a thirdparty
    
    ---------
    
    Co-authored-by: Datta Mundada <dbmundada333@gmail.com>
    Co-authored-by: Hitesh Mahajan <hitesh@Hiteshs-MacBook-Pro.local>
    Co-authored-by: KhemrajSingh Rathore <khemraj.rathore@privado.ai>
    Co-authored-by: hiteshbedre <32206192+hiteshbedre@users.noreply.github.com>
    5 people authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2f59069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf39e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Kotlin poc (#344)

    * kotlin logging rules
    
    * api rules
    
    * add - kotlin rule
    
    * modified mongo rule
    
    * add - more rules
    khemrajrathore authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d7241ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a37f01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8737e90 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. add - regex for exclusion templates in kotlin (#348)

    * add - regex for exclusion templates in kotlin
    
    * update regex
    
    * Revert "update regex"
    
    This reverts commit c7b9507.
    khemrajrathore authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cfa908c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Google map and google play rule (#349)

    * kotlin logging rules
    
    * api rules
    
    * add - kotlin rule
    
    * modified mongo rule
    
    * add - more rules
    
    * add - more google rules
    khemrajrathore authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    933a3ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ae4b1a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    bca5cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4aa50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b9f9b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Revert "go exclusion rule fix (#354)"

    This reverts commit 69b9f9b.
    khemrajrathore committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    de2e614 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #355 from Privado-Inc/golang/exclusionRevert

    Revert "go exclusion rule fix (#354)"
    khemrajrathore authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6b673b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    6cf0f33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196e952 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2fffbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #357 from Privado-Inc/sdk-java-datadog

    add datadog java sdks
    HiteshMah-Jan authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e9e4bdc View commit details
    Browse the repository at this point in the history
  3. Go additional rule (#361)

    * added go third party rules
    
    * go temporal rule
    ankit-privado authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9f65258 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Go third party rule (#363)

    * added go third party rule
    
    * go slack rule added
    ankit-privado authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7690877 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 6, 2023

  1. add tags to link source to collections (#367)

    * add tags to link source to collections
    
    Required for: Privado-Inc/privado-core#862
    
    * remove rule
    
    ---------
    
    Co-authored-by: Pandurang Patil <pandurang.patil@gmail.com>
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    Co-authored-by: KhemrajSingh Rathore <khemraj.rathore@privado.ai>
    4 people authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7260d35 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. refine cookie storage rule (#369)

    * refine cookie storage rule
    
    * refine cookie storage rule
    
    ---------
    
    Co-authored-by: Hitesh Mahajan <hitesh.mahajan@privado.ai>
    HiteshMah-Jan and Hitesh-privado authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f8d4b82 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Go APIHttp Libraries rule (#371)

    * added go apihttp libraries
    
    * go apihttp improvement
    ankit-privado authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c0e58bc View commit details
    Browse the repository at this point in the history
  2. Add few more android rules (#372)

    * add more android rules
    
    * education rules
    
    * Update any.yaml
    
    * fix
    
    ---------
    
    Co-authored-by: Pandurang Patil <pandurang.patil@gmail.com>
    Co-authored-by: Hitesh Mahajan <hiteshvm1998@gmail.com>
    Co-authored-by: KhemrajSingh Rathore <khemraj.rathore@privado.ai>
    4 people authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    423204a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. fix java google pubsub

    HiteshMah-Jan authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    719118a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #374 from Privado-Inc/sinks/google/pubsub

    fix java google pubsub
    khemrajrathore authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5dff60f View commit details
    Browse the repository at this point in the history