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

Update Naming and Split SavedModelScan #83

Merged
merged 5 commits into from
Jan 22, 2024

Conversation

swashko
Copy link
Collaborator

@swashko swashko commented Jan 17, 2024

  • Updates naming of scanner classes to reflect what they're scanning for
  • Splits SavedModelScan into SavedModelLambdaDetectScan and SavedModelTensorflowOpScan subclasses for the two different scans it was performing (lambda detection for keras files, ReadFile/WriteFile detection for tensorflow files)
  • KerasLambdaDetectScan and H5LambdaDetectScan now inherit from SavedModelLambdaDetectScan

Copy link
Member

@seanpmorgan seanpmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks. I've checked off half of #80 . Going forward we'll want to catch missing or lesser versions in settings files.

@seanpmorgan seanpmorgan merged commit 8dfa996 into main Jan 22, 2024
8 checks passed
@seanpmorgan seanpmorgan deleted the rename-and-split-SavedModel branch January 22, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants