| Title: | Records Deleted from DB..Somehow? |
| Date: | 07/05/03 5 Posts |
| Summary: | Concerned about a SQL injection attack? Queries that are vulnerable include numeric parameters without the protection of CFQUERYPARAM and pre-generated SQL strings or snippets. Note that to track down SQL injection attacks, you would check your web logs for DELETE. |
| Title: | Can Someone Validate This Bug? |
| Date: | 07/06/03 12 Posts |
| Summary: | Bug alert! When calculating the number of seconds since epoch time (Jan 1 1970 midnight), DateAdd() returns an extra hour if the date is in Daylight Savings Time. |
| Title: | Defining Custom Tag Paths in Code |
| Date: | 07/06/03 5 Posts |
| Summary: | Trying to avoid sandbox/security issues in your shared hosting environment with a custom tag mapping? CFMX developers can use CFIMPORT to map a custom tag's folder onto a prefix. Dot notation or the getRelative() UDF at CFLib.org are additional options. |