FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Introduce scope limiter on cascading rules to enforce scope by EndPositive · Pull Request #805 · secureCodeBox/secureCodeBox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
secureCodeBox
/
secureCodeBox
Public
Notifications
You must be signed in to change notification settings
Fork
183
Star
985
Code
Issues
62
Pull requests
5
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Introduce scope limiter on cascading rules to enforce scope
- #805
#805
Merged
J12934
merged 58 commits into
secureCodeBox:main
secureCodeBox/secureCodeBox:main
from
EndPositive:reverse-matches
Copy head branch name to clipboard
Dec 8, 2021
Conversation
Commits
58
(58)
Checks
Files changed
Merged
Introduce scope limiter on cascading rules to enforce scope
#805
J12934
merged 58 commits into
secureCodeBox:main
secureCodeBox/secureCodeBox:main
from
EndPositive:reverse-matches
Copy head branch name to clipboard
Commits
Commits on Nov 10, 2021
Add reverse-matches
Show description for 14ec455
Jop Zitman
committed
14ec455
View commit details
Copy full SHA for 14ec455
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into reverse-matches
Show description for bae68d1
Jop Zitman
committed
bae68d1
View commit details
Copy full SHA for bae68d1
Browse repository at this point
Commits on Nov 15, 2021
AND together `anyOf`, `allOf`, and `noneOf`
Show description for cf49cb3
Jop Zitman
committed
cf49cb3
View commit details
Copy full SHA for cf49cb3
Browse repository at this point
Implement subdomainOf operator
Show description for 86899c9
Jop Zitman
committed
86899c9
View commit details
Copy full SHA for 86899c9
Browse repository at this point
Implement "global" validation/error handling
Show description for f207d10
Jop Zitman
committed
f207d10
View commit details
Copy full SHA for f207d10
Browse repository at this point
Commits on Nov 16, 2021
Select only annotations with domain `scope.cascading.securecodebox.io/`
Show description for 2aef704
Jop Zitman
committed
2aef704
View commit details
Copy full SHA for 2aef704
Browse repository at this point
Enforce immutability of `scope.cascading.securecodebox.io/` annotations
Show description for 9c5f93c
Jop Zitman
committed
9c5f93c
View commit details
Copy full SHA for 9c5f93c
Browse repository at this point
Loudly fail if new scope annotations are defined in a cascading rule
Show description for da3eeae
Jop Zitman
committed
da3eeae
View commit details
Copy full SHA for da3eeae
Browse repository at this point
Commits on Nov 17, 2021
Rename ScanAnnotationSelector to ScopeLimiter and SelectorAttributeMappings to ScopeLimiterAliases
Show description for 869f4d2
Jop Zitman
committed
869f4d2
View commit details
Copy full SHA for 869f4d2
Browse repository at this point
Add `scopeLimiterAliases` to scanner values.yaml
Show description for 2ff80be
Jop Zitman
committed
2ff80be
View commit details
Copy full SHA for 2ff80be
Browse repository at this point
Remove unused import
Show description for 8751a3d
Jop Zitman
committed
8751a3d
View commit details
Copy full SHA for 8751a3d
Browse repository at this point
Make scope limiter actually run in cluster
Show description for 013c2e2
Jop Zitman
committed
013c2e2
View commit details
Copy full SHA for 013c2e2
Browse repository at this point
JSON stringify logs
Show description for 59d9a28
Jop Zitman
committed
59d9a28
View commit details
Copy full SHA for 59d9a28
Browse repository at this point
Commits on Nov 18, 2021
Updating Helm Docs
Show description for 54169c0
malexmave
authored and
Jop Zitman
committed
54169c0
View commit details
Copy full SHA for 54169c0
Browse repository at this point
Add more test cases
Show description for a449016
malexmave
authored
a449016
View commit details
Copy full SHA for a449016
Browse repository at this point
Add a few more test cases
Show description for 97c3df1
malexmave
committed
97c3df1
View commit details
Copy full SHA for 97c3df1
Browse repository at this point
Add `scopeLimiterAliases` to new scanner template
Show description for 7d5581b
Jop Zitman
committed
7d5581b
View commit details
Copy full SHA for 7d5581b
Browse repository at this point
Rename `reverse-matches.ts` to `scope-limiter.ts` and `isReverseMatch` to `isInScope`
Show description for a158fb1
Jop Zitman
committed
a158fb1
View commit details
Copy full SHA for a158fb1
Browse repository at this point
Error operator name instead of operator function
Show description for 548ba43
Jop Zitman
committed
548ba43
View commit details
Copy full SHA for 548ba43
Browse repository at this point
Rename lhs and rhs to their semantic names
Show description for cccd622
Jop Zitman
committed
cccd622
View commit details
Copy full SHA for cccd622
Browse repository at this point
Commits on Nov 19, 2021
Get rid of redundant operators
Show description for 3f1dbd5
Jop Zitman
committed
3f1dbd5
View commit details
Copy full SHA for 3f1dbd5
Browse repository at this point
Add inline documentation for every operator
Show description for 0c1d8c9
Jop Zitman
committed
0c1d8c9
View commit details
Copy full SHA for 0c1d8c9
Browse repository at this point
Commits on Nov 25, 2021
Fix unit tests
Show description for c40992b
Jop Zitman
committed
c40992b
View commit details
Copy full SHA for c40992b
Browse repository at this point
Add IPv6 support to InCIDR
Show description for e67f8c2
Jop Zitman
committed
e67f8c2
View commit details
Copy full SHA for e67f8c2
Browse repository at this point
Commits on Nov 26, 2021
Add support for templating a list from findings
Show description for b081011
Jop Zitman
committed
b081011
View commit details
Copy full SHA for b081011
Browse repository at this point
Handle whitespace explicitly in list function
Show description for ecab082
Jop Zitman
committed
ecab082
View commit details
Copy full SHA for ecab082
Browse repository at this point
Consistency
Show description for 7d98c1e
Jop Zitman
committed
7d98c1e
View commit details
Copy full SHA for 7d98c1e
Browse repository at this point
Add more tests and error handling
Show description for 5a6b31e
Jop Zitman
committed
5a6b31e
View commit details
Copy full SHA for 5a6b31e
Browse repository at this point
Add tons of comments everywhere and convert `templateValue` return type into an object for readability.
Show description for 3f2ba81
Jop Zitman
committed
3f2ba81
View commit details
Copy full SHA for 3f2ba81
Browse repository at this point
Merge branch 'main' into reverse-matches
Show description for d82177c
Jop Zitman
committed
d82177c
View commit details
Copy full SHA for d82177c
Browse repository at this point
Reduce list requirement key depth
Show description for 058340f
Jop Zitman
committed
058340f
View commit details
Copy full SHA for 058340f
Browse repository at this point
Actually test with a key that is too short.
Show description for 275cbfc
Jop Zitman
committed
275cbfc
View commit details
Copy full SHA for 275cbfc
Browse repository at this point
Fix expected error message for unit test
Show description for c86600e
malexmave
committed
c86600e
View commit details
Copy full SHA for c86600e
Browse repository at this point
Add some more unit tests
Show description for 9d7d7aa
malexmave
committed
9d7d7aa
View commit details
Copy full SHA for 9d7d7aa
Browse repository at this point
Add failing test
Show description for 33906e4
Jop Zitman
committed
33906e4
View commit details
Copy full SHA for 33906e4
Browse repository at this point
Add test for v6 constraint without v6 address
Show description for 09a0c51
malexmave
committed
09a0c51
View commit details
Copy full SHA for 09a0c51
Browse repository at this point
Commits on Nov 29, 2021
Rework test suite to bdd and implement `list`, `split`, and `keyinobjectlist`
Show description for 6ed9c26
Jop Zitman
committed
6ed9c26
View commit details
Copy full SHA for 6ed9c26
Browse repository at this point
Replace all `test` by `it`
Show description for e162d92
Jop Zitman
committed
e162d92
View commit details
Copy full SHA for e162d92
Browse repository at this point
Rename `cascadedScans` to `isInScope` in test suite
Show description for 73a3748
Jop Zitman
committed
73a3748
View commit details
Copy full SHA for 73a3748
Browse repository at this point
Add more `Contains` tests
Show description for b56f3ff
Jop Zitman
committed
b56f3ff
View commit details
Copy full SHA for b56f3ff
Browse repository at this point
Add `In` tests
Show description for c90379d
Jop Zitman
committed
c90379d
View commit details
Copy full SHA for c90379d
Browse repository at this point
Add trailing delimiter to internal split
Show description for ff081c0
Jop Zitman
committed
ff081c0
View commit details
Copy full SHA for ff081c0
Browse repository at this point
Rename `keyinobjectlist` -> `pickValues` and `list` -> `asList`
Show description for e4f0324
Jop Zitman
committed
e4f0324
View commit details
Copy full SHA for e4f0324
Browse repository at this point
Commits on Nov 30, 2021
Add failing test case for trailing comma
Show description for 2500c0c
malexmave
committed
2500c0c
View commit details
Copy full SHA for 2500c0c
Browse repository at this point
Add more tests for trailing comma in `list`
Show description for edf7161
Jop Zitman
committed
edf7161
View commit details
Copy full SHA for edf7161
Browse repository at this point
Rename `asList` to `getValues`
Show description for b2285c2
Jop Zitman
committed
b2285c2
View commit details
Copy full SHA for b2285c2
Browse repository at this point
Use replace with RegEx instead of replaceAll
Show description for 051b3ae
malexmave
committed
051b3ae
View commit details
Copy full SHA for 051b3ae
Browse repository at this point
Support comma with trailing space for split
Show description for d415288
malexmave
committed
d415288
View commit details
Copy full SHA for d415288
Browse repository at this point
Rename getValues to asList
Show description for 2a3733d
malexmave
committed
2a3733d
View commit details
Copy full SHA for 2a3733d
Browse repository at this point
Rename pickValues to getValues
Show description for 5c5dc6f
malexmave
committed
5c5dc6f
View commit details
Copy full SHA for 5c5dc6f
Browse repository at this point
Add more test cases to increase coverage
Show description for 31110aa
malexmave
committed
31110aa
View commit details
Copy full SHA for 31110aa
Browse repository at this point
Make `Values` field required
Show description for e1e797e
Jop Zitman
committed
e1e797e
View commit details
Copy full SHA for e1e797e
Browse repository at this point
Commits on Dec 1, 2021
Test lists in alias
Show description for af68075
Jop Zitman
committed
af68075
View commit details
Copy full SHA for af68075
Browse repository at this point
Merge branch 'main' into reverse-matches
Show description for 42c3d20
Jop Zitman
committed
42c3d20
View commit details
Copy full SHA for 42c3d20
Browse repository at this point
Commits on Dec 7, 2021
Merge branch 'main' into reverse-matches
Show description for 27d6e60
J12934
committed
27d6e60
View commit details
Copy full SHA for 27d6e60
Browse repository at this point
Merge branch 'main' into reverse-matches
J12934
committed
cad9840
View commit details
Copy full SHA for cad9840
Browse repository at this point
Commits on Dec 8, 2021
Update use of `getCascadingScans` function
Show description for 4e906b3
J12934
committed
4e906b3
View commit details
Copy full SHA for 4e906b3
Browse repository at this point
Update snapshots
Show description for 2dabb0f
J12934
committed
2dabb0f
View commit details
Copy full SHA for 2dabb0f
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL