Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: scan-type
Choose a base ref
...
head repository: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on Jan 21, 2026

  1. Merge pull request #64 from SocketDev/scan-type

    Add scan_type query param to full scan API
    mtorp authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    bb177b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Bump urllib3 from 2.6.2 to 2.6.3 (#67)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.6.3.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.6.2...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    f29af4f View commit details
    Browse the repository at this point in the history
  2. Bump virtualenv from 20.35.4 to 20.36.1 (#66)

    Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.35.4 to 20.36.1.
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.35.4...20.36.1)
    
    ---
    updated-dependencies:
    - dependency-name: virtualenv
      dependency-version: 20.36.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    9f8266c View commit details
    Browse the repository at this point in the history
  3. Bump cryptography from 46.0.3 to 46.0.5 (#69)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.5.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@46.0.3...46.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 46.0.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    7e0ee56 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Add workspace param support (#68)

    * Add workspace to FullScanParams for API support
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Add test to verify that workspace is included in query string on FullScanParams
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update README to document workspace parameter
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Increment version number
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update tests to use generic data
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Bump version again
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Update pyproject classifiers
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    * Pin python and virutalenv versions for workflows
    
    Signed-off-by: lelia <lelia@socket.dev>
    
    ---------
    
    Signed-off-by: lelia <lelia@socket.dev>
    lelia authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    ec8940a View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS to reflect team ownership (#70)

    Signed-off-by: lelia <lelia@socket.dev>
    lelia authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    821a777 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

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