cost 263 ms
IP Whitelisting

We have an application hosted in AWS where for which we need to implement IP whitelisting. We don't use API gateway. I believe WAF will sit right afte ...

2022-08-13 11:04:53   1   13    ip / waf  
Waf: target is directory

My wscript file is simple: def configure(ctx): pass def build(bld): bld(rule='mkdir aaa', target='aaa') bld(rule='touch bbb', source='aa ...

2022-08-08 15:58:31   1   24    python / waf  
WAF: recursive find_program()

I am very new to WAF. I have configuration function like: def configure(ctx): ################################################################## ...

2022-08-05 16:42:22   1   21    python / waf  
Dynamic task generators

I am evaluating waf build for an existing project that has tasks similar to that: The library list depends on the preprocessing task and is natural ...

2022-01-13 10:36:10   1   14    build / waf  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM